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.
1018 1019 1020 1021 1022 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1018 class DeleteLicenseConfigurationRequest < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |