Class: Aws::SSMIncidents::Types::ItemIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ItemIdentifier
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Details and type of a related item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of related item.
-
#value ⇒ Types::ItemValue
Details about the related item.
Instance Attribute Details
#type ⇒ String
The type of related item.
1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1326 class ItemIdentifier < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::ItemValue
Details about the related item.
1326 1327 1328 1329 1330 1331 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1326 class ItemIdentifier < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |