Class: Aws::QBusiness::Types::CancelSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CancelSubscriptionResponse
- 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 being cancelled.
Instance Attribute Details
#current_subscription ⇒ Types::SubscriptionDetails
The type of your current Amazon Q Business subscription.
1256 1257 1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1256 class CancelSubscriptionResponse < 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.
1256 1257 1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1256 class CancelSubscriptionResponse < 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 being cancelled.
1256 1257 1258 1259 1260 1261 1262 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1256 class CancelSubscriptionResponse < Struct.new( :subscription_arn, :current_subscription, :next_subscription) SENSITIVE = [] include Aws::Structure end |