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.
2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2623 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.
2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2623 class CreateSubscriptionResponse < Struct.new( :subscription_id, :subscription_arn, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |