Class: Aws::Types::DescribeAccountPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_policies ⇒ ::Array[Types::AccountPolicy]
Returns the value of attribute account_policies.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_policies ⇒ ::Array[Types::AccountPolicy]
Returns the value of attribute account_policies.
501 502 503 |
# File 'sig/types.rbs', line 501 def account_policies @account_policies end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
502 503 504 |
# File 'sig/types.rbs', line 502 def next_token @next_token end |