Class: Aws::LicenseManager::Types::DeleteLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteLicenseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#source_version ⇒ String
Current version of the license.
Instance Attribute Details
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1054 class DeleteLicenseRequest < Struct.new( :license_arn, :source_version) SENSITIVE = [] include Aws::Structure end |
#source_version ⇒ String
Current version of the license.
1054 1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1054 class DeleteLicenseRequest < Struct.new( :license_arn, :source_version) SENSITIVE = [] include Aws::Structure end |