Class: Aws::Types::ListCallerAccessGrantsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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