Class: Aws::WorkMail::Types::ListImpersonationRolesResponse

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

#next_tokenString

The token to retrieve the next page of results. The value is null when there are no results to return.

Returns:

  • (String)


3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3085

class ListImpersonationRolesResponse < Struct.new(
  :roles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rolesArray<Types::ImpersonationRole>

The list of impersonation roles under the given WorkMail organization.

Returns:



3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3085

class ListImpersonationRolesResponse < Struct.new(
  :roles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end