Class: Aws::LicenseManager::Types::GetLicenseUsageRequest

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)


1553
1554
1555
1556
1557
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1553

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