Class: Aws::WorkMail::Types::ListImpersonationRolesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results returned in a single call.

Returns:

  • (Integer)


3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3065

class ListImpersonationRolesRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to retrieve the next page of results. The first call doesn't require a token.

Returns:

  • (String)


3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3065

class ListImpersonationRolesRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The WorkMail organization to which the listed impersonation roles belong.

Returns:

  • (String)


3065
3066
3067
3068
3069
3070
3071
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3065

class ListImpersonationRolesRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end