Class: Aws::PricingPlanManager::Types::CancelSubscriptionChangeOutput

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)


158
159
160
161
162
163
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 158

class CancelSubscriptionChangeOutput < Struct.new(
  :subscription,
  :e_tag)
  SENSITIVE = []
  include Aws::Structure
end

#subscriptionTypes::Subscription

The details of the subscription with the pending change removed.

Returns:



158
159
160
161
162
163
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 158

class CancelSubscriptionChangeOutput < Struct.new(
  :subscription,
  :e_tag)
  SENSITIVE = []
  include Aws::Structure
end