Class: Aws::Types::TestStateOutput
- Inherits:
-
Object
- Object
- Aws::Types::TestStateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#inspection_data ⇒ Types::InspectionData
Returns the value of attribute inspection_data.
-
#next_state ⇒ ::String
Returns the value of attribute next_state.
-
#output ⇒ ::String
Returns the value of attribute output.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def error @error end |
#inspection_data ⇒ Types::InspectionData
Returns the value of attribute inspection_data.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def inspection_data @inspection_data end |
#next_state ⇒ ::String
Returns the value of attribute next_state.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def next_state @next_state end |
#output ⇒ ::String
Returns the value of attribute output.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def output @output end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def status @status end |