Class: Aws::Types::BatchGetReportGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetReportGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#report_groups ⇒ ::Array[Types::ReportGroup]
Returns the value of attribute report_groups.
-
#report_groups_not_found ⇒ ::Array[::String]
Returns the value of attribute report_groups_not_found.
Instance Attribute Details
#report_groups ⇒ ::Array[Types::ReportGroup]
Returns the value of attribute report_groups.
98 99 100 |
# File 'sig/types.rbs', line 98 def report_groups @report_groups end |
#report_groups_not_found ⇒ ::Array[::String]
Returns the value of attribute report_groups_not_found.
99 100 101 |
# File 'sig/types.rbs', line 99 def report_groups_not_found @report_groups_not_found end |