Class: Aws::Outposts::Types::PricingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::PricingOption
- 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
-
#pricing_type ⇒ String
The type of pricing model.
-
#subscription_pricing_details ⇒ Types::SubscriptionPricingDetails
The subscription pricing details for this pricing option.
Instance Attribute Details
#pricing_type ⇒ String
The type of pricing model.
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_details ⇒ Types::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 |