Class: Aws::QBusiness::Types::UpdateSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::UpdateSubscriptionResponse
- 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 that was updated.
Instance Attribute Details
#current_subscription ⇒ Types::SubscriptionDetails
The type of your current Amazon Q Business subscription.
9133 9134 9135 9136 9137 9138 9139 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9133 class UpdateSubscriptionResponse < Struct.new( :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.
9133 9134 9135 9136 9137 9138 9139 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9133 class UpdateSubscriptionResponse < Struct.new( :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 that was updated.
9133 9134 9135 9136 9137 9138 9139 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9133 class UpdateSubscriptionResponse < Struct.new( :subscription_arn, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |