Class: Aws::WorkMail::Types::ListResourceDelegatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListResourceDelegatesResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegates ⇒ Array<Types::Delegate>
One page of the resource's delegates.
-
#next_token ⇒ String
The token used to paginate through the delegates associated with a resource.
Instance Attribute Details
#delegates ⇒ Array<Types::Delegate>
One page of the resource's delegates.
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_token ⇒ String
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.
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 |