Class: Aws::LicenseManager::Types::DeleteLicenseConfigurationRequest

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_configuration_arnString

ID of the license configuration.

Returns:

  • (String)


1018
1019
1020
1021
1022
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1018

class DeleteLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end