Class: Aws::Types::ListStatementsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListStatementsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
5465 5466 5467 |
# File 'sig/types.rbs', line 5465 def session_id @session_id end |