Class: Aws::LicenseManager::Types::ReportContext

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

Overview

Details of the license configuration that this generator reports on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnsArray<String>

Amazon Resource Name (ARN) of the license configuration that this generator reports on.

Returns:

  • (Array<String>)


3421
3422
3423
3424
3425
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3421

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