Class: Aws::PricingPlanManager::Types::ApprovePaidSubscriptionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pricingplanmanager/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)


65
66
67
68
69
70
# File 'gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb', line 65

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

#subscriptionTypes::Subscription

The details of the approved subscription.

Returns:



65
66
67
68
69
70
# File 'gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb', line 65

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