Class: Aws::Types::ReportOutput
- Inherits:
-
Object
- Object
- Aws::Types::ReportOutput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: FailedReportOutput, S3ReportOutput, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_report_output ⇒ Types::FailedReportOutput
Returns the value of attribute failed_report_output.
-
#s3_report_output ⇒ Types::S3ReportOutput
Returns the value of attribute s3_report_output.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#failed_report_output ⇒ Types::FailedReportOutput
Returns the value of attribute failed_report_output.
651 652 653 |
# File 'sig/types.rbs', line 651 def failed_report_output @failed_report_output end |
#s3_report_output ⇒ Types::S3ReportOutput
Returns the value of attribute s3_report_output.
650 651 652 |
# File 'sig/types.rbs', line 650 def s3_report_output @s3_report_output end |
#unknown ⇒ Object
Returns the value of attribute unknown.
652 653 654 |
# File 'sig/types.rbs', line 652 def unknown @unknown end |