Class: Aws::LicenseManager::Types::LicenseAssetGroupProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseAssetGroupProperty
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
License asset group property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
Property key.
-
#value ⇒ String
Property value.
Instance Attribute Details
#key ⇒ String
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 |
#value ⇒ String
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 |