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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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 'gems/aws-sdk-licensemanager/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 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3132

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