Class: Aws::Outposts::Types::PricingOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

A pricing option for the specified Outpost.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pricing_typeString

The type of pricing model.

Returns:

  • (String)


2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-outposts/types.rb', line 2402

class PricingOption < Struct.new(
  :pricing_type,
  :subscription_pricing_details)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_pricing_detailsTypes::SubscriptionPricingDetails

The subscription pricing details for this pricing option.



2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-outposts/types.rb', line 2402

class PricingOption < Struct.new(
  :pricing_type,
  :subscription_pricing_details)
  SENSITIVE = []
  include Aws::Structure
end