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.
14408 14409 14410 14411 14412 14413 14414 14415 14416 |
# File 'lib/aws-sdk-ssm/types.rb', line 14408 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.
14408 14409 14410 14411 14412 14413 14414 14415 14416 |
# File 'lib/aws-sdk-ssm/types.rb', line 14408 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.
14408 14409 14410 14411 14412 14413 14414 14415 14416 |
# File 'lib/aws-sdk-ssm/types.rb', line 14408 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.
14408 14409 14410 14411 14412 14413 14414 14415 14416 |
# File 'lib/aws-sdk-ssm/types.rb', line 14408 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.
14408 14409 14410 14411 14412 14413 14414 14415 14416 |
# File 'lib/aws-sdk-ssm/types.rb', line 14408 class OpsMetadata < Struct.new( :resource_id, :ops_metadata_arn, :last_modified_date, :last_modified_user, :creation_date) SENSITIVE = [] include Aws::Structure end |