Class: Aws::Types::ListPolicyPrincipalsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPolicyPrincipalsRequest
- 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.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
3426 3427 3428 |
# File 'sig/types.rbs', line 3426 def ascending_order @ascending_order end |
#marker ⇒ ::String
Returns the value of attribute marker.
3424 3425 3426 |
# File 'sig/types.rbs', line 3424 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3425 3426 3427 |
# File 'sig/types.rbs', line 3425 def page_size @page_size end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def policy_name @policy_name end |