Class: Aws::SSM::Types::OpsItemRelatedItemSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemRelatedItemSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Summary information about related-item resources for an OpsItem.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The association ID.
-
#association_type ⇒ String
The association type.
-
#created_by ⇒ Types::OpsItemIdentity
Information about the user or resource that created an OpsItem event.
-
#created_time ⇒ Time
The time the related-item association was created.
-
#last_modified_by ⇒ Types::OpsItemIdentity
Information about the user or resource that created an OpsItem event.
-
#last_modified_time ⇒ Time
The time the related-item association was last updated.
-
#ops_item_id ⇒ String
The OpsItem ID.
-
#resource_type ⇒ String
The resource type.
-
#resource_uri ⇒ String
The Amazon Resource Name (ARN) of the related-item resource.
Instance Attribute Details
#association_id ⇒ String
The association ID.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
The association type.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ Types::OpsItemIdentity
Information about the user or resource that created an OpsItem event.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time the related-item association was created.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ Types::OpsItemIdentity
Information about the user or resource that created an OpsItem event.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time the related-item association was last updated.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The OpsItem ID.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#resource_uri ⇒ String
The Amazon Resource Name (ARN) of the related-item resource.
13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/aws-sdk-ssm/types.rb', line 13710 class OpsItemRelatedItemSummary < Struct.new( :ops_item_id, :association_id, :resource_type, :association_type, :resource_uri, :created_by, :created_time, :last_modified_by, :last_modified_time) SENSITIVE = [] include Aws::Structure end |