Class: Aws::SSM::Types::RegistrationMetadataItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::RegistrationMetadataItem
- Defined in:
- gems/aws-sdk-ssm/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.
16495 16496 16497 16498 16499 16500 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16495 class RegistrationMetadataItem < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Reserved for internal use.
16495 16496 16497 16498 16499 16500 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16495 class RegistrationMetadataItem < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |