Class: Aws::Types::GetConsolidatedReportOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetConsolidatedReportOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_64_string ⇒ ::String
Returns the value of attribute base_64_string.
-
#metrics ⇒ ::Array[Types::ConsolidatedReportMetric]
Returns the value of attribute metrics.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#base_64_string ⇒ ::String
Returns the value of attribute base_64_string.
776 777 778 |
# File 'sig/types.rbs', line 776 def base_64_string @base_64_string end |
#metrics ⇒ ::Array[Types::ConsolidatedReportMetric]
Returns the value of attribute metrics.
774 775 776 |
# File 'sig/types.rbs', line 774 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
775 776 777 |
# File 'sig/types.rbs', line 775 def next_token @next_token end |