Class: Aws::Types::ListPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_summaries ⇒ ::Array[Types::PolicySummary]
Returns the value of attribute policy_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
715 716 717 |
# File 'sig/types.rbs', line 715 def next_token @next_token end |
#policy_summaries ⇒ ::Array[Types::PolicySummary]
Returns the value of attribute policy_summaries.
714 715 716 |
# File 'sig/types.rbs', line 714 def policy_summaries @policy_summaries end |