Class: Aws::LicenseManager::Types::LicenseAssetGroupProperty

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

Overview

License asset group property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Property key.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2381

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

#valueString

Property value.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2381

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