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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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)


2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2058

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.



2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2058

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