Class: Aws::Types::ExperimentReport
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_reports ⇒ ::Array[Types::ExperimentReportS3Report]
Returns the value of attribute s3_reports.
-
#state ⇒ Types::ExperimentReportState
Returns the value of attribute state.
Instance Attribute Details
#s3_reports ⇒ ::Array[Types::ExperimentReportS3Report]
Returns the value of attribute s3_reports.
213 214 215 |
# File 'sig/types.rbs', line 213 def s3_reports @s3_reports end |
#state ⇒ Types::ExperimentReportState
Returns the value of attribute state.
212 213 214 |
# File 'sig/types.rbs', line 212 def state @state end |