Class: Aws::PricingPlanManager::Types::GetSubscriptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PricingPlanManager::Types::GetSubscriptionInput
- Defined in:
- gems/aws-sdk-pricingplanmanager/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.
366 367 368 369 370 |
# File 'gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb', line 366 class GetSubscriptionInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |