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)


3151
3152
3153
3154
3155
3156
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3151

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

#valueString

The value.

Returns:

  • (String)


3151
3152
3153
3154
3155
3156
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3151

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