Method: Aws::AppMesh::Types::ResourceMetadata#created_at
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was created.
3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3891 class ResourceMetadata < Struct.new( :arn, :created_at, :last_updated_at, :mesh_owner, :resource_owner, :uid, :version) SENSITIVE = [] include Aws::Structure end |