Class: Aws::CodeGuruProfiler::Types::PutPermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::PutPermissionResponse
- Defined in:
- gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the putPermissionResponse
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The JSON-formatted resource-based policy on the profiling group that includes the added permissions.
-
#revision_id ⇒ String
A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added permissions.
Instance Attribute Details
#policy ⇒ String
The JSON-formatted resource-based policy on the profiling group that includes the added permissions.
1655 1656 1657 1658 1659 1660 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1655 class PutPermissionResponse < 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 that includes the added permissions. The
JSON-formatted policy is in the policy
element of the response.
1655 1656 1657 1658 1659 1660 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1655 class PutPermissionResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |