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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_asset_group_arnsArray<String>

Amazon Resource Names (ARNs) of the license asset groups to include in the report.

Returns:

  • (Array<String>)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-licensemanager/types.rb', line 4272

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

#license_configuration_arnsArray<String>

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

Returns:

  • (Array<String>)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-licensemanager/types.rb', line 4272

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

#report_end_dateTime

End date for the report data collection period.

Returns:

  • (Time)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-licensemanager/types.rb', line 4272

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

#report_start_dateTime

Start date for the report data collection period.

Returns:

  • (Time)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-licensemanager/types.rb', line 4272

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