Class: Aws::SSMIncidents::Types::RelatedItem

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

Overview

Resources that responders use to triage and mitigate the incident.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_idString

A unique ID for a RelatedItem.

Don't specify this parameter when you add a RelatedItem by using the UpdateRelatedItems API action.

Returns:

  • (String)


1888
1889
1890
1891
1892
1893
1894
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1888

class RelatedItem < Struct.new(
  :generated_id,
  :identifier,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#identifierTypes::ItemIdentifier

Details about the related item.



1888
1889
1890
1891
1892
1893
1894
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1888

class RelatedItem < Struct.new(
  :generated_id,
  :identifier,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the related item.

Returns:

  • (String)


1888
1889
1890
1891
1892
1893
1894
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1888

class RelatedItem < Struct.new(
  :generated_id,
  :identifier,
  :title)
  SENSITIVE = []
  include Aws::Structure
end