Class: Aws::Types::ListMailboxPermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:



978
979
980
# File 'sig/types.rbs', line 978

def entity_id
  @entity_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



980
981
982
# File 'sig/types.rbs', line 980

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



979
980
981
# File 'sig/types.rbs', line 979

def next_token
  @next_token
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



977
978
979
# File 'sig/types.rbs', line 977

def organization_id
  @organization_id
end