Class: Aws::Types::GetReportGroupTrendOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetReportGroupTrendOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#raw_data ⇒ ::Array[Types::ReportWithRawData]
Returns the value of attribute raw_data.
-
#stats ⇒ Types::ReportGroupTrendStats
Returns the value of attribute stats.
Instance Attribute Details
#raw_data ⇒ ::Array[Types::ReportWithRawData]
Returns the value of attribute raw_data.
605 606 607 |
# File 'sig/types.rbs', line 605 def raw_data @raw_data end |
#stats ⇒ Types::ReportGroupTrendStats
Returns the value of attribute stats.
604 605 606 |
# File 'sig/types.rbs', line 604 def stats @stats end |