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.
3917 3918 3919 3920 3921 3922 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3917 class Metadata < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value.
3917 3918 3919 3920 3921 3922 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3917 class Metadata < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |