Class: Aws::Types::ListMailboxPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



986
987
988
# File 'sig/types.rbs', line 986

def next_token
  @next_token
end

#permissions::Array[Types::Permission]

Returns the value of attribute permissions.



985
986
987
# File 'sig/types.rbs', line 985

def permissions
  @permissions
end