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.
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.
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.
5494 5495 5496 |
# File 'sig/types.rbs', line 5494 def session_id @session_id end |