Class: Aws::Types::ListStatementsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5467
5468
5469
# File 'sig/types.rbs', line 5467

def next_token
  @next_token
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


5466
5467
5468
# File 'sig/types.rbs', line 5466

def request_origin
  @request_origin
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


5465
5466
5467
# File 'sig/types.rbs', line 5465

def session_id
  @session_id
end