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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-pricingplanmanager/types.rb', line 364

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