Class: Aws::SSM::Types::OpsMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Operational metadata for an application in Application Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the OpsMetadata objects was created.
-
#last_modified_date ⇒ Time
The date the OpsMetadata object was last updated.
-
#last_modified_user ⇒ String
The user name who last updated the OpsMetadata object.
-
#ops_metadata_arn ⇒ String
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
-
#resource_id ⇒ String
The ID of the Application Manager application.
Instance Attribute Details
#creation_date ⇒ Time
The date the OpsMetadata objects was created.
13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-ssm/types.rb', line 13895 class OpsMetadata < Struct.new( :resource_id, :ops_metadata_arn, :last_modified_date, :last_modified_user, :creation_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date the OpsMetadata object was last updated.
13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-ssm/types.rb', line 13895 class OpsMetadata < Struct.new( :resource_id, :ops_metadata_arn, :last_modified_date, :last_modified_user, :creation_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_user ⇒ String
The user name who last updated the OpsMetadata object.
13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-ssm/types.rb', line 13895 class OpsMetadata < Struct.new( :resource_id, :ops_metadata_arn, :last_modified_date, :last_modified_user, :creation_date) SENSITIVE = [] include Aws::Structure end |
#ops_metadata_arn ⇒ String
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.
13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-ssm/types.rb', line 13895 class OpsMetadata < Struct.new( :resource_id, :ops_metadata_arn, :last_modified_date, :last_modified_user, :creation_date) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the Application Manager application.
13895 13896 13897 13898 13899 13900 13901 13902 13903 |
# File 'lib/aws-sdk-ssm/types.rb', line 13895 class OpsMetadata < Struct.new( :resource_id, :ops_metadata_arn, :last_modified_date, :last_modified_user, :creation_date) SENSITIVE = [] include Aws::Structure end |