Class: Aws::LicenseManager::Types::GetLicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseConfigurationRequest
- 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.
1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1351 class GetLicenseConfigurationRequest < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |