Class: Aws::WorkMail::Types::ListResourceDelegatesResponse

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

#delegatesArray<Types::Delegate>

One page of the resource's delegates.

Returns:



3405
3406
3407
3408
3409
3410
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3405

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

#next_tokenString

The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.

Returns:

  • (String)


3405
3406
3407
3408
3409
3410
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3405

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