Class: Aws::PricingPlanManager::Types::GetSubscriptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PricingPlanManager::Types::GetSubscriptionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricingplanmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the subscription to retrieve.
Instance Attribute Details
#arn ⇒ String
The ARN of the subscription to retrieve.
364 365 366 367 368 |
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 364 class GetSubscriptionInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |