Class: Aws::CodeGuruProfiler::Types::RemovePermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::RemovePermissionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the ‘removePermissionResponse`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
-
#revision_id ⇒ String
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed.
Instance Attribute Details
#policy ⇒ String
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1788 class RemovePermissionResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed. The updated JSON-formatted policy is in the ‘policy` element of the response.
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1788 class RemovePermissionResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |