Class: Aws::Types::ListPrincipalPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPrincipalPoliciesRequest
- 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.
-
#principal ⇒ ::String
Returns the value of attribute principal.
Instance Attribute Details
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
3450 3451 3452 |
# File 'sig/types.rbs', line 3450 def ascending_order @ascending_order end |
#marker ⇒ ::String
Returns the value of attribute marker.
3448 3449 3450 |
# File 'sig/types.rbs', line 3448 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3449 3450 3451 |
# File 'sig/types.rbs', line 3449 def page_size @page_size end |
#principal ⇒ ::String
Returns the value of attribute principal.
3447 3448 3449 |
# File 'sig/types.rbs', line 3447 def principal @principal end |