Class: Aws::Types::ListSubscriptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSubscriptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def client_id @client_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
132 133 134 |
# File 'sig/types.rbs', line 132 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
131 132 133 |
# File 'sig/types.rbs', line 131 def next_token @next_token end |