Class: Aws::WorkMail::Types::ListResourceDelegatesRequest

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 number of maximum results in a page.

Returns:

  • (Integer)


3384
3385
3386
3387
3388
3389
3390
3391
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3384

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

#next_tokenString

The token used to paginate through the delegates associated with a resource.

Returns:

  • (String)


3384
3385
3386
3387
3388
3389
3390
3391
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3384

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

#organization_idString

The identifier for the organization that contains the resource for which delegates are listed.

Returns:

  • (String)


3384
3385
3386
3387
3388
3389
3390
3391
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3384

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

#resource_idString

The identifier for the resource whose delegates are listed.

The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

  • Resource ID: r-0123456789a0123456789b0123456789

  • Email address: resource@domain.tld

  • Resource name: resource

Returns:

  • (String)


3384
3385
3386
3387
3388
3389
3390
3391
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3384

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