class Aws::WorkMail::Types::DisassociateDelegateFromResourceRequest

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

data as a hash:

    {
      organization_id: "OrganizationId", # required
      resource_id: "ResourceId", # required
      entity_id: "WorkMailIdentifier", # required
    }

@!attribute [rw] organization_id

The identifier for the organization under which the resource exists.
@return [String]

@!attribute [rw] resource_id

The identifier of the resource from which delegates' set members
are removed.
@return [String]

@!attribute [rw] entity_id

The identifier for the member (user, group) to be removed from the
resource's delegates.
@return [String]

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

Constants

SENSITIVE