Class: Aws::QBusiness::Types::CreateSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application the subscription should be added to.
-
#client_token ⇒ String
A token that you provide to identify the request to create a subscription for your Amazon Q Business application.
-
#principal ⇒ Types::SubscriptionPrincipal
The IAM Identity Center ‘UserId` or `GroupId` of a user or group in the IAM Identity Center instance connected to the Amazon Q Business application.
-
#type ⇒ String
The type of Amazon Q Business subscription you want to create.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application the subscription should be added to.
2606 2607 2608 2609 2610 2611 2612 2613 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2606 class CreateSubscriptionRequest < Struct.new( :application_id, :principal, :type, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A token that you provide to identify the request to create a subscription for your Amazon Q Business application.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2606 2607 2608 2609 2610 2611 2612 2613 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2606 class CreateSubscriptionRequest < Struct.new( :application_id, :principal, :type, :client_token) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::SubscriptionPrincipal
The IAM Identity Center ‘UserId` or `GroupId` of a user or group in the IAM Identity Center instance connected to the Amazon Q Business application.
2606 2607 2608 2609 2610 2611 2612 2613 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2606 class CreateSubscriptionRequest < Struct.new( :application_id, :principal, :type, :client_token) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of Amazon Q Business subscription you want to create.
2606 2607 2608 2609 2610 2611 2612 2613 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2606 class CreateSubscriptionRequest < Struct.new( :application_id, :principal, :type, :client_token) SENSITIVE = [] include Aws::Structure end |