Class: Aws::LicenseManager::Types::GetLicenseConfigurationRequest

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

Amazon Resource Name (ARN) of the license configuration.

Returns:

  • (String)


1351
1352
1353
1354
1355
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1351

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