Class: Aws::Outposts::Types::SubscriptionPricingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::SubscriptionPricingDetails
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
The pricing details for a subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#monthly_recurring_price ⇒ Float
The monthly recurring price.
2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2542 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price) SENSITIVE = [] include Aws::Structure end |
#payment_option ⇒ String
The payment option.
2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2542 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price) SENSITIVE = [] include Aws::Structure end |
#payment_term ⇒ String
The payment term.
2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2542 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price) SENSITIVE = [] include Aws::Structure end |
#upfront_price ⇒ Float
The upfront price.
2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2542 class SubscriptionPricingDetails < Struct.new( :payment_option, :payment_term, :upfront_price, :monthly_recurring_price) SENSITIVE = [] include Aws::Structure end |