Class: Aws::PricingPlanManager::Types::UpdateSubscriptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PricingPlanManager::Types::UpdateSubscriptionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricingplanmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#e_tag ⇒ String
The updated entity tag for concurrency control.
-
#subscription ⇒ Types::Subscription
The details of the updated subscription.
Instance Attribute Details
#e_tag ⇒ String
The updated entity tag for concurrency control.
708 709 710 711 712 713 |
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 708 class UpdateSubscriptionOutput < Struct.new( :subscription, :e_tag) SENSITIVE = [] include Aws::Structure end |
#subscription ⇒ Types::Subscription
The details of the updated subscription. For downgrades, the current
tier remains unchanged and a scheduledChange indicates the pending
change.
708 709 710 711 712 713 |
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 708 class UpdateSubscriptionOutput < Struct.new( :subscription, :e_tag) SENSITIVE = [] include Aws::Structure end |