Class: Aws::SSMIncidents::Types::ItemIdentifier

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

Overview

Details and type of a related item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of related item.

Returns:

  • (String)


1326
1327
1328
1329
1330
1331
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1326

class ItemIdentifier < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::ItemValue

Details about the related item.

Returns:



1326
1327
1328
1329
1330
1331
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1326

class ItemIdentifier < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end