Class: Aws::Types::ReportContext
- Inherits:
-
Object
- Object
- Aws::Types::ReportContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_asset_group_arns ⇒ ::Array[::String]
Returns the value of attribute license_asset_group_arns.
-
#license_configuration_arns ⇒ ::Array[::String]
Returns the value of attribute license_configuration_arns.
-
#report_end_date ⇒ ::Time
Returns the value of attribute report_end_date.
-
#report_start_date ⇒ ::Time
Returns the value of attribute report_start_date.
Instance Attribute Details
#license_asset_group_arns ⇒ ::Array[::String]
Returns the value of attribute license_asset_group_arns.
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.
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.
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.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def report_start_date @report_start_date end |