Class: Aws::Types::StepDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:result])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def attempt
  @attempt
end

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



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.

Returns:

  • (::Time)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def next_attempt_timestamp
  @next_attempt_timestamp
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def result
  @result
end