Class: Aws::PricingPlanManager::Types::UpdateSubscriptionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pricingplanmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#e_tagString

The updated entity tag for concurrency control.

Returns:

  • (String)


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

#subscriptionTypes::Subscription

The details of the updated subscription. For downgrades, the current tier remains unchanged and a scheduledChange indicates the pending change.

Returns:



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