Class: Aws::Types::ListPageResolutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPageResolutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_id ⇒ ::String
Returns the value of attribute page_id.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
387 388 389 |
# File 'sig/types.rbs', line 387 def next_token @next_token end |
#page_id ⇒ ::String
Returns the value of attribute page_id.
388 389 390 |
# File 'sig/types.rbs', line 388 def page_id @page_id end |