Class: Aws::Types::BatchGetReportsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetReportsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reports ⇒ ::Array[Types::Report]
Returns the value of attribute reports.
-
#reports_not_found ⇒ ::Array[::String]
Returns the value of attribute reports_not_found.
Instance Attribute Details
#reports ⇒ ::Array[Types::Report]
Returns the value of attribute reports.
109 110 111 |
# File 'sig/types.rbs', line 109 def reports @reports end |
#reports_not_found ⇒ ::Array[::String]
Returns the value of attribute reports_not_found.
110 111 112 |
# File 'sig/types.rbs', line 110 def reports_not_found @reports_not_found end |