Method: Aws::AppMesh::Types::MeshRef#last_updated_at
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#last_updated_at ⇒ Time
The Unix epoch timestamp in seconds for when the resource was last updated.
3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3688 class MeshRef < Struct.new( :arn, :created_at, :last_updated_at, :mesh_name, :mesh_owner, :resource_owner, :version) SENSITIVE = [] include Aws::Structure end |