Class: Aws::Types::StepDetails
- Inherits:
-
Object
- Object
- Aws::Types::StepDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
-
#next_attempt_timestamp ⇒ ::Time
Returns the value of attribute next_attempt_timestamp.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def attempt @attempt end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def error @error end |
#next_attempt_timestamp ⇒ ::Time
Returns the value of attribute next_attempt_timestamp.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def @next_attempt_timestamp end |
#result ⇒ ::String
Returns the value of attribute result.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def result @result end |