Class: Aws::PricingPlanManager::Types::GetSubscriptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PricingPlanManager::Types::GetSubscriptionOutput
- 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 requested 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.
381 382 383 384 385 386 |
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 381 class GetSubscriptionOutput < Struct.new( :subscription, :e_tag) SENSITIVE = [] include Aws::Structure end |
#subscription ⇒ Types::Subscription
The details of the requested subscription.
381 382 383 384 385 386 |
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 381 class GetSubscriptionOutput < Struct.new( :subscription, :e_tag) SENSITIVE = [] include Aws::Structure end |