Class: Aws::QBusiness::Types::DisassociatePermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DisassociatePermissionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the Q Business application.
-
#statement_id ⇒ String
The statement ID of the permission to remove.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the Q Business application.
2876 2877 2878 2879 2880 2881 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2876 class DisassociatePermissionRequest < Struct.new( :application_id, :statement_id) SENSITIVE = [] include Aws::Structure end |
#statement_id ⇒ String
The statement ID of the permission to remove.
2876 2877 2878 2879 2880 2881 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2876 class DisassociatePermissionRequest < Struct.new( :application_id, :statement_id) SENSITIVE = [] include Aws::Structure end |