Class: Aws::LicenseManager::Types::LicenseAssetGroupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseAssetGroupConfiguration
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
License asset group configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#usage_dimension ⇒ String
License Asset Group Configuration Usage dimension.
Instance Attribute Details
#usage_dimension ⇒ String
License Asset Group Configuration Usage dimension.
2363 2364 2365 2366 2367 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2363 class LicenseAssetGroupConfiguration < Struct.new( :usage_dimension) SENSITIVE = [] include Aws::Structure end |