Class: Aws::Outposts::Types::SubscriptionPricingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::SubscriptionPricingDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
The pricing details for a subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency ⇒ String
The currency of the price.
-
#monthly_recurring_price ⇒ Float
The monthly recurring price.
-
#payment_option ⇒ String
The payment option.
-
#payment_term ⇒ String
The payment term.
-
#upfront_price ⇒ Float
The upfront price.
Instance Attribute Details
#currency ⇒ String
The currency of the price. Currently only ‘USD` is supported.
3311 3312 3313 3314 3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-outposts/types.rb', line 3311 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price, :currency) SENSITIVE = [] include Aws::Structure end |
#monthly_recurring_price ⇒ Float
The monthly recurring price.
3311 3312 3313 3314 3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-outposts/types.rb', line 3311 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price, :currency) SENSITIVE = [] include Aws::Structure end |
#payment_option ⇒ String
The payment option.
3311 3312 3313 3314 3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-outposts/types.rb', line 3311 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price, :currency) SENSITIVE = [] include Aws::Structure end |
#payment_term ⇒ String
The payment term.
3311 3312 3313 3314 3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-outposts/types.rb', line 3311 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price, :currency) SENSITIVE = [] include Aws::Structure end |
#upfront_price ⇒ Float
The upfront price.
3311 3312 3313 3314 3315 3316 3317 3318 3319 |
# File 'lib/aws-sdk-outposts/types.rb', line 3311 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price, :currency) SENSITIVE = [] include Aws::Structure end |