Class: Aws::LicenseManager::Types::ReportContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ReportContext
- 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
-
#license_asset_group_arns ⇒ Array<String>
Amazon Resource Names (ARNs) of the license asset groups to include in the report.
-
#license_configuration_arns ⇒ Array<String>
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
-
#report_end_date ⇒ Time
End date for the report data collection period.
-
#report_start_date ⇒ Time
Start date for the report data collection period.
Instance Attribute Details
#license_asset_group_arns ⇒ Array<String>
Amazon Resource Names (ARNs) of the license asset groups to include in the report.
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_arns ⇒ Array<String>
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
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_date ⇒ Time
End date for the report data collection period.
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_date ⇒ Time
Start date for the report data collection period.
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 |