Class: Aws::Types::ListPolicyGrantsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPolicyGrantsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant_list ⇒ ::Array[Types::PolicyGrantMember]
Returns the value of attribute grant_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#grant_list ⇒ ::Array[Types::PolicyGrantMember]
Returns the value of attribute grant_list.
4227 4228 4229 |
# File 'sig/types.rbs', line 4227 def grant_list @grant_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4228 4229 4230 |
# File 'sig/types.rbs', line 4228 def next_token @next_token end |