Class: Aws::PricingPlanManager::Types::AssociateResourcesToSubscriptionOutput

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)


114
115
116
117
118
119
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 114

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

#subscriptionTypes::Subscription

The details of the subscription with the newly added resources.

Returns:



114
115
116
117
118
119
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 114

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