class Aws::WorkMail::Types::ListResourceDelegatesRequest

@note When making an API call, you may pass ListResourceDelegatesRequest

data as a hash:

    {
      organization_id: "OrganizationId", # required
      resource_id: "WorkMailIdentifier", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] organization_id

The identifier for the organization that contains the resource for
which delegates are listed.
@return [String]

@!attribute [rw] resource_id

The identifier for the resource whose delegates are listed.
@return [String]

@!attribute [rw] next_token

The token used to paginate through the delegates associated with a
resource.
@return [String]

@!attribute [rw] max_results

The number of maximum results in a page.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/ListResourceDelegatesRequest AWS API Documentation

Constants

SENSITIVE