Class: Aws::QBusiness::Types::AssociatePermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AssociatePermissionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statement ⇒ String
The JSON representation of the added permission statement.
Instance Attribute Details
#statement ⇒ String
The JSON representation of the added permission statement.
548 549 550 551 552 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 548 class AssociatePermissionResponse < Struct.new( :statement) SENSITIVE = [] include Aws::Structure end |