Class: Aws::QBusiness::Types::CreateSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateSubscriptionResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
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.
-
#subscription_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business subscription created.
-
#subscription_id ⇒ String
The identifier of the Amazon Q Business subscription created.
Instance Attribute Details
#current_subscription ⇒ Types::SubscriptionDetails
The type of your current Amazon Q Business subscription.
2634 2635 2636 2637 2638 2639 2640 2641 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2634 class CreateSubscriptionResponse < Struct.new( :subscription_id, :subscription_arn, :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.
2634 2635 2636 2637 2638 2639 2640 2641 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2634 class CreateSubscriptionResponse < Struct.new( :subscription_id, :subscription_arn, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |
#subscription_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business subscription created.
2634 2635 2636 2637 2638 2639 2640 2641 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2634 class CreateSubscriptionResponse < Struct.new( :subscription_id, :subscription_arn, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |
#subscription_id ⇒ String
The identifier of the Amazon Q Business subscription created.
2634 2635 2636 2637 2638 2639 2640 2641 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2634 class CreateSubscriptionResponse < Struct.new( :subscription_id, :subscription_arn, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |