Class: Aws::Types::ListPrincipalPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPrincipalPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#policies ⇒ ::Array[Types::Policy]
Returns the value of attribute policies.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3456 3457 3458 |
# File 'sig/types.rbs', line 3456 def next_marker @next_marker end |
#policies ⇒ ::Array[Types::Policy]
Returns the value of attribute policies.
3455 3456 3457 |
# File 'sig/types.rbs', line 3455 def policies @policies end |