Method: Aws::SSM::Types::OpsItemDataValue#type

Defined in:
lib/aws-sdk-ssm/types.rb

#typeString

The type of key-value pair. Valid types include SearchableString and String.

Returns:

  • (String)


14295
14296
14297
14298
14299
14300
# File 'lib/aws-sdk-ssm/types.rb', line 14295

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