Class: Aws::Types::GetEvaluationFormValidationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEvaluationFormValidationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#findings ⇒ ::Array[Types::EvaluationFormValidationFinding]
Returns the value of attribute findings.
-
#started_time ⇒ ::Time
Returns the value of attribute started_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
4086 4087 4088 |
# File 'sig/types.rbs', line 4086 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
4087 4088 4089 |
# File 'sig/types.rbs', line 4087 def evaluation_form_version @evaluation_form_version end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4085 4086 4087 |
# File 'sig/types.rbs', line 4085 def failure_reason @failure_reason end |
#findings ⇒ ::Array[Types::EvaluationFormValidationFinding]
Returns the value of attribute findings.
4089 4090 4091 |
# File 'sig/types.rbs', line 4089 def findings @findings end |
#started_time ⇒ ::Time
Returns the value of attribute started_time.
4088 4089 4090 |
# File 'sig/types.rbs', line 4088 def started_time @started_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def status @status end |