Class: Aws::Types::ListCallerAccessGrantsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListCallerAccessGrantsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_access_grants_list ⇒ ::Array[Types::ListCallerAccessGrantsEntry]
Returns the value of attribute caller_access_grants_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#caller_access_grants_list ⇒ ::Array[Types::ListCallerAccessGrantsEntry]
Returns the value of attribute caller_access_grants_list.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def caller_access_grants_list @caller_access_grants_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def next_token @next_token end |