Class: Aws::Types::ListPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#policies ⇒ ::Array[Types::Policy]
Returns the value of attribute policies.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def marker @marker end |
#policies ⇒ ::Array[Types::Policy]
Returns the value of attribute policies.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def policies @policies end |