Class: Aws::LicenseManager::Types::Metadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::Metadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Describes key/value pairs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The key name.
-
#value ⇒ String
The value.
Instance Attribute Details
#name ⇒ String
The key name.
3151 3152 3153 3154 3155 3156 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3151 class Metadata < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value.
3151 3152 3153 3154 3155 3156 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3151 class Metadata < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |