Class: Aws::QBusiness::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The JSON representation of the permission policy.
Instance Attribute Details
#policy ⇒ String
The JSON representation of the permission policy.
4194 4195 4196 4197 4198 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4194 class GetPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |