Class: Aws::Types::ListInvocationStepsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_identifier::String

Returns the value of attribute invocation_identifier.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def invocation_identifier
  @invocation_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def next_token
  @next_token
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def session_identifier
  @session_identifier
end