Class: Aws::CodeGuruProfiler::Types::RemovePermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::RemovePermissionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the removePermissionRequest
.</p>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_group ⇒ String
Specifies an action group that contains the permissions to remove from a profiling group’s resource-based policy.
-
#profiling_group_name ⇒ String
The name of the profiling group.
-
#revision_id ⇒ String
A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.
Instance Attribute Details
#action_group ⇒ String
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.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1764 class RemovePermissionRequest < Struct.new( :action_group, :profiling_group_name, :revision_id) SENSITIVE = [] include Aws::Structure end |
#profiling_group_name ⇒ String
The name of the profiling group.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1764 class RemovePermissionRequest < Struct.new( :action_group, :profiling_group_name, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1764 class RemovePermissionRequest < Struct.new( :action_group, :profiling_group_name, :revision_id) SENSITIVE = [] include Aws::Structure end |