Class: Aws::PricingPlanManager::Types::CreateSubscriptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PricingPlanManager::Types::CreateSubscriptionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricingplanmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#e_tag ⇒ String
The entity tag for concurrency control.
-
#subscription ⇒ Types::Subscription
The details of the newly created subscription.
Instance Attribute Details
#e_tag ⇒ String
The entity tag for concurrency control. Use this value in the
If-Match header for subsequent operations on this subscription.
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 |
#subscription ⇒ Types::Subscription
The details of the newly created subscription.
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 |