Class: Aws::QBusiness::Types::Subscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::Subscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Information about an Amazon Q Business subscription.
Subscriptions are used to provide access for an IAM Identity Center user or a group to an Amazon Q Business application.
Amazon Q Business offers two subscription tiers: ‘Q_LITE` and `Q_BUSINESS`. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see [Amazon Q Business pricing].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_subscription ⇒ Types::SubscriptionDetails
The type of your current Amazon Q Business subscription.
-
#next_subscription ⇒ Types::SubscriptionDetails
The type of the Amazon Q Business subscription for the next month.
-
#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.
-
#subscription_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business subscription that was updated.
-
#subscription_id ⇒ String
The identifier of the Amazon Q Business subscription to be updated.
Instance Attribute Details
#current_subscription ⇒ Types::SubscriptionDetails
The type of your current Amazon Q Business subscription.
8374 8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 8374 class Subscription < Struct.new( :subscription_id, :subscription_arn, :principal, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |
#next_subscription ⇒ Types::SubscriptionDetails
The type of the Amazon Q Business subscription for the next month.
8374 8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 8374 class Subscription < Struct.new( :subscription_id, :subscription_arn, :principal, :current_subscription, :next_subscription) 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.
8374 8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 8374 class Subscription < Struct.new( :subscription_id, :subscription_arn, :principal, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |
#subscription_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business subscription that was updated.
8374 8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 8374 class Subscription < Struct.new( :subscription_id, :subscription_arn, :principal, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |
#subscription_id ⇒ String
The identifier of the Amazon Q Business subscription to be updated.
8374 8375 8376 8377 8378 8379 8380 8381 8382 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 8374 class Subscription < Struct.new( :subscription_id, :subscription_arn, :principal, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |