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.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def attempt @attempt end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def error @error end |
#next_attempt_timestamp ⇒ ::Time
Returns the value of attribute next_attempt_timestamp.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def @next_attempt_timestamp end |
#result ⇒ ::String
Returns the value of attribute result.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def result @result end |