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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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

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

#valueString

Property value.



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

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