Class: Aws::PricingPlanManager::Types::GetSubscriptionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the subscription to retrieve.

Returns:

  • (String)


364
365
366
367
368
# File 'gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb', line 364

class GetSubscriptionInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end