Class: Aws::LicenseManager::Types::DeleteLicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteLicenseConfigurationRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass DeleteLicenseConfigurationRequest data as a hash:
{
license_configuration_arn: "String", # required
}
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.
1130 1131 1132 1133 1134 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1130 class DeleteLicenseConfigurationRequest < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |