Class: Aws::QBusiness::Types::AssociatePermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AssociatePermissionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<String>
The list of Q Business actions that the ISV is allowed to perform.
-
#application_id ⇒ String
The unique identifier of the Q Business application.
-
#principal ⇒ String
The Amazon Resource Name (ARN) of the IAM role for the ISV that is being granted permission.
-
#statement_id ⇒ String
A unique identifier for the policy statement.
Instance Attribute Details
#actions ⇒ Array<String>
The list of Q Business actions that the ISV is allowed to perform.
533 534 535 536 537 538 539 540 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 533 class AssociatePermissionRequest < Struct.new( :application_id, :statement_id, :actions, :principal) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
The unique identifier of the Q Business application.
533 534 535 536 537 538 539 540 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 533 class AssociatePermissionRequest < Struct.new( :application_id, :statement_id, :actions, :principal) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ String
The Amazon Resource Name (ARN) of the IAM role for the ISV that is being granted permission.
533 534 535 536 537 538 539 540 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 533 class AssociatePermissionRequest < Struct.new( :application_id, :statement_id, :actions, :principal) SENSITIVE = [] include Aws::Structure end |
#statement_id ⇒ String
A unique identifier for the policy statement.
533 534 535 536 537 538 539 540 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 533 class AssociatePermissionRequest < Struct.new( :application_id, :statement_id, :actions, :principal) SENSITIVE = [] include Aws::Structure end |