Class: Aws::SSMIncidents::Types::RelatedItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::RelatedItem
- 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
-
#generated_id ⇒ String
A unique ID for a
RelatedItem
. -
#identifier ⇒ Types::ItemIdentifier
Details about the related item.
-
#title ⇒ String
The title of the related item.
Instance Attribute Details
#generated_id ⇒ String
A unique ID for a RelatedItem
.
Don't specify this parameter when you add a RelatedItem
by using
the UpdateRelatedItems API action.
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 |
#identifier ⇒ Types::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 |
#title ⇒ String
The title of 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 |