Class: Aws::QBusiness::Types::AssociatePermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AssociatePermissionResponse
- Defined in:
- gems/aws-sdk-qbusiness/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.
573 574 575 576 577 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 573 class AssociatePermissionResponse < Struct.new( :statement) SENSITIVE = [] include Aws::Structure end |