Class: Aws::LicenseManager::Types::CreateLicenseConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
Instance Attribute Details
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
593 594 595 596 597 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 593 class CreateLicenseConfigurationResponse < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |