Class: Aws::Types::ReportGenerationResult
- Inherits:
-
Object
- Object
- Aws::Types::ReportGenerationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#report_output ⇒ Types::ReportOutput
Returns the value of attribute report_output.
-
#report_type ⇒ "FAILURE_MODE", "TESTING"
Returns the value of attribute report_type.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def assessment_id @assessment_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def created_at @created_at end |
#report_output ⇒ Types::ReportOutput
Returns the value of attribute report_output.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def report_output @report_output end |
#report_type ⇒ "FAILURE_MODE", "TESTING"
Returns the value of attribute report_type.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def report_type @report_type end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def service_arn @service_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def status @status end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def test_run_id @test_run_id end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def test_template_arn @test_template_arn end |