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.
15955 15956 15957 15958 15959 15960 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15955 class RegistrationMetadataItem < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Reserved for internal use.
15955 15956 15957 15958 15959 15960 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15955 class RegistrationMetadataItem < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |