Class: Aws::LicenseManager::Types::Metadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Describes key/value pairs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The key name.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
# File 'lib/aws-sdk-licensemanager/types.rb', line 3132

class Metadata < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value.

Returns:

  • (String)


3132
3133
3134
3135
3136
3137
# File 'lib/aws-sdk-licensemanager/types.rb', line 3132

class Metadata < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end