Class: Aws::PricingPlanManager::Types::CreateSubscriptionOutput

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 entity tag for concurrency control. Use this value in the If-Match header for subsequent operations on this subscription.

Returns:

  • (String)


299
300
301
302
303
304
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 299

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

#subscriptionTypes::Subscription

The details of the newly created subscription.

Returns:



299
300
301
302
303
304
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 299

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