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)


5496
5497
5498
# File 'sig/types.rbs', line 5496

def next_token
  @next_token
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


5495
5496
5497
# File 'sig/types.rbs', line 5495

def request_origin
  @request_origin
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


5494
5495
5496
# File 'sig/types.rbs', line 5494

def session_id
  @session_id
end