Class: Aws::Types::ReportContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#license_asset_group_arns::Array[::String]

Returns the value of attribute license_asset_group_arns.

Returns:



1193
1194
1195
# File 'sig/types.rbs', line 1193

def license_asset_group_arns
  @license_asset_group_arns
end

#license_configuration_arns::Array[::String]

Returns the value of attribute license_configuration_arns.

Returns:



1192
1193
1194
# File 'sig/types.rbs', line 1192

def license_configuration_arns
  @license_configuration_arns
end

#report_end_date::Time

Returns the value of attribute report_end_date.

Returns:



1195
1196
1197
# File 'sig/types.rbs', line 1195

def report_end_date
  @report_end_date
end

#report_start_date::Time

Returns the value of attribute report_start_date.

Returns:



1194
1195
1196
# File 'sig/types.rbs', line 1194

def report_start_date
  @report_start_date
end