Class: Aws::Outposts::Types::SubscriptionPricingDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#monthly_recurring_priceFloat

The monthly recurring price.

Returns:

  • (Float)


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_optionString

The payment option.

Returns:

  • (String)


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_termString

The payment term.

Returns:

  • (String)


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_priceFloat

The upfront price.

Returns:

  • (Float)


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