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.
5486 5487 5488 |
# File 'sig/types.rbs', line 5486 def next_token @next_token end |
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
5485 5486 5487 |
# File 'sig/types.rbs', line 5485 def request_origin @request_origin end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
5484 5485 5486 |
# File 'sig/types.rbs', line 5484 def session_id @session_id end |