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.
580 581 582 583 584 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 580 class AssociatePermissionResponse < Struct.new( :statement) SENSITIVE = [] include Aws::Structure end |