Class: Aws::Types::ListPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPoliciesResponse
- 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.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def next_marker @next_marker end |
#policies ⇒ ::Array[Types::Policy]
Returns the value of attribute policies.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def policies @policies end |