Class: Aws::SSM::Types::AssociateOpsItemRelatedItemRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_typeString

The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-ssm/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_idString

The ID of the OpsItem to which you want to associate a resource as a related item.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-ssm/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_typeString

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.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-ssm/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_uriString

The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-ssm/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