Class: Aws::LicenseManager::Types::DeleteLicenseRequest

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

#license_arnString

Amazon Resource Name (ARN) of the license.

Returns:

  • (String)


1054
1055
1056
1057
1058
1059
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1054

class DeleteLicenseRequest < Struct.new(
  :license_arn,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_versionString

Current version of the license.

Returns:

  • (String)


1054
1055
1056
1057
1058
1059
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1054

class DeleteLicenseRequest < Struct.new(
  :license_arn,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end