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)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def attempt
  @attempt
end

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



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.

Returns:

  • (::Time)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def next_attempt_timestamp
  @next_attempt_timestamp
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def result
  @result
end