Class: Aws::CodeGuruProfiler::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::GetPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the ‘getPolicyResponse`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The JSON-formatted resource-based policy attached to the ‘ProfilingGroup`.
-
#revision_id ⇒ String
A unique identifier for the current revision of the returned policy.
Instance Attribute Details
#policy ⇒ String
The JSON-formatted resource-based policy attached to the ‘ProfilingGroup`.
808 809 810 811 812 813 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 808 class GetPolicyResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
A unique identifier for the current revision of the returned policy.
808 809 810 811 812 813 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 808 class GetPolicyResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |