Class: Aws::LicenseManager::Types::DeleteLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteLicenseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_date ⇒ String
Date when the license is deleted.
-
#status ⇒ String
License status.
Instance Attribute Details
#deletion_date ⇒ String
Date when the license is deleted.
1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1071 class DeleteLicenseResponse < Struct.new( :status, :deletion_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License status.
1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1071 class DeleteLicenseResponse < Struct.new( :status, :deletion_date) SENSITIVE = [] include Aws::Structure end |