Class: Aws::SSM::Types::RegistrationMetadataItem

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

Overview

Reserved for internal use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Reserved for internal use.

Returns:

  • (String)


15985
15986
15987
15988
15989
15990
# File 'lib/aws-sdk-ssm/types.rb', line 15985

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

#valueString

Reserved for internal use.

Returns:

  • (String)


15985
15986
15987
15988
15989
15990
# File 'lib/aws-sdk-ssm/types.rb', line 15985

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