Class: Aws::Types::ListInvocationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def next_token
  @next_token
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def session_identifier
  @session_identifier
end