Class: Aws::LicenseManager::Types::DeleteLicenseResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_dateString

Date when the license is deleted.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1071

class DeleteLicenseResponse < Struct.new(
  :status,
  :deletion_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

License status.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1071

class DeleteLicenseResponse < Struct.new(
  :status,
  :deletion_date)
  SENSITIVE = []
  include Aws::Structure
end