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)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def next_token
  @next_token
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def session_identifier
  @session_identifier
end