Class: Aws::Types::ListInvocationStepsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_step_summaries::Array[Types::InvocationStepSummary]

Returns the value of attribute invocation_step_summaries.

Returns:



1671
1672
1673
# File 'sig/types.rbs', line 1671

def invocation_step_summaries
  @invocation_step_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def next_token
  @next_token
end