Class: Aws::Types::ListRoleAliasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRoleAliasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
3528 3529 3530 |
# File 'sig/types.rbs', line 3528 def ascending_order @ascending_order end |
#marker ⇒ ::String
Returns the value of attribute marker.
3527 3528 3529 |
# File 'sig/types.rbs', line 3527 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3526 3527 3528 |
# File 'sig/types.rbs', line 3526 def page_size @page_size end |