Class: Aws::LicenseManager::Types::LicenseAssetGroupConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#usage_dimensionString

License Asset Group Configuration Usage dimension.

Returns:

  • (String)


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