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.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def failed_report_output @failed_report_output end |
#s3_report_output ⇒ Types::S3ReportOutput
Returns the value of attribute s3_report_output.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def s3_report_output @s3_report_output end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def unknown @unknown end |