class Aws::CodeGuruProfiler::Types::RemovePermissionRequest

The structure representing the removePermissionRequest.</p>

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

data as a hash:

    {
      action_group: "agentPermissions", # required, accepts agentPermissions
      profiling_group_name: "ProfilingGroupName", # required
      revision_id: "RevisionId", # required
    }

@!attribute [rw] action_group

Specifies an action group that contains the permissions to remove
from a profiling group's resource-based policy. One action group is
supported, `agentPermissions`, which grants `ConfigureAgent` and
`PostAgentProfile` permissions.
@return [String]

@!attribute [rw] profiling_group_name

The name of the profiling group.
@return [String]

@!attribute [rw] revision_id

A universally unique identifier (UUID) for the revision of the
resource-based policy from which you want to remove permissions.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/RemovePermissionRequest AWS API Documentation

Constants

SENSITIVE