Method: Aws::SSM::Types::OpsMetadata#last_modified_date
- Defined in:
- lib/aws-sdk-ssm/types.rb
#last_modified_date ⇒ Time
The date the OpsMetadata object was last updated.
14749 14750 14751 14752 14753 14754 14755 14756 14757 |
# File 'lib/aws-sdk-ssm/types.rb', line 14749 class OpsMetadata < Struct.new( :resource_id, :ops_metadata_arn, :last_modified_date, :last_modified_user, :creation_date) SENSITIVE = [] include Aws::Structure end |