Class: Aws::LicenseManager::Types::DeleteLicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteLicenseConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configuration_arn ⇒ String
ID of the license configuration.
Instance Attribute Details
#license_configuration_arn ⇒ String
ID of the license configuration.
1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1253 class DeleteLicenseConfigurationRequest < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |