Class: Aws::CodeGuruProfiler::Types::RemovePermissionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb

Overview

The structure representing the removePermissionRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_groupString

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.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-codeguruprofiler/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_nameString

The name of the profiling group.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-codeguruprofiler/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_idString

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

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1764

class RemovePermissionRequest < Struct.new(
  :action_group,
  :profiling_group_name,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end