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