Class: Aws::SSM::Types::RegistrationMetadataItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegistrationMetadataItem
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Reserved for internal use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
Reserved for internal use.
-
#value ⇒ String
Reserved for internal use.
Instance Attribute Details
#key ⇒ String
Reserved for internal use.
15982 15983 15984 15985 15986 15987 |
# File 'lib/aws-sdk-ssm/types.rb', line 15982 class RegistrationMetadataItem < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Reserved for internal use.
15982 15983 15984 15985 15986 15987 |
# File 'lib/aws-sdk-ssm/types.rb', line 15982 class RegistrationMetadataItem < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |