Class: Aws::LicenseManager::Types::LicenseAssetGroupProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseAssetGroupProperty
- 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
-
#key ⇒ String
Property key.
-
#value ⇒ String
Property value.
Instance Attribute Details
#key ⇒ String
Property key.
2388 2389 2390 2391 2392 2393 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2388 class LicenseAssetGroupProperty < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Property value.
2388 2389 2390 2391 2392 2393 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2388 class LicenseAssetGroupProperty < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |