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.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def assessment_id @assessment_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def created_at @created_at end |
#report_output ⇒ Types::ReportOutput
Returns the value of attribute report_output.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def report_output @report_output end |
#report_type ⇒ "FAILURE_MODE", "TESTING"
Returns the value of attribute report_type.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def report_type @report_type end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def service_arn @service_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def status @status end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def test_run_id @test_run_id end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def test_template_arn @test_template_arn end |