Class: Aws::SSM::Types::AssociateOpsItemRelatedItemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociateOpsItemRelatedItemRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_type ⇒ String
The type of association that you want to create between an OpsItem and a resource.
-
#ops_item_id ⇒ String
The ID of the OpsItem to which you want to associate a resource as a related item.
-
#resource_type ⇒ String
The type of resource that you want to associate with an OpsItem.
-
#resource_uri ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
Instance Attribute Details
#association_type ⇒ String
The type of association that you want to create between an OpsItem and a resource. OpsCenter supports ‘IsParentOf` and `RelatesTo` association types.
263 264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-ssm/types.rb', line 263 class AssociateOpsItemRelatedItemRequest < Struct.new( :ops_item_id, :association_type, :resource_type, :resource_uri) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The ID of the OpsItem to which you want to associate a resource as a related item.
263 264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-ssm/types.rb', line 263 class AssociateOpsItemRelatedItemRequest < Struct.new( :ops_item_id, :association_type, :resource_type, :resource_uri) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:
‘AWS::SSMIncidents::IncidentRecord`: an Incident Manager incident.
‘AWS::SSM::Document`: a Systems Manager (SSM) document.
263 264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-ssm/types.rb', line 263 class AssociateOpsItemRelatedItemRequest < Struct.new( :ops_item_id, :association_type, :resource_type, :resource_uri) SENSITIVE = [] include Aws::Structure end |
#resource_uri ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
263 264 265 266 267 268 269 270 |
# File 'lib/aws-sdk-ssm/types.rb', line 263 class AssociateOpsItemRelatedItemRequest < Struct.new( :ops_item_id, :association_type, :resource_type, :resource_uri) SENSITIVE = [] include Aws::Structure end |