Class: Aws::Types::ListManagedPoliciesInPermissionSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedPoliciesInPermissionSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_managed_policies ⇒ ::Array[Types::AttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#attached_managed_policies ⇒ ::Array[Types::AttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
915 916 917 |
# File 'sig/types.rbs', line 915 def attached_managed_policies @attached_managed_policies end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
916 917 918 |
# File 'sig/types.rbs', line 916 def next_token @next_token end |