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

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

Instance Attribute Details

#currencyString

The currency of the price. Currently only ‘USD` is supported.

Returns:

  • (String)


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_priceFloat

The monthly recurring price.

Returns:

  • (Float)


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_optionString

The payment option.

Returns:

  • (String)


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_termString

The payment term.

Returns:

  • (String)


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_priceFloat

The upfront price.

Returns:

  • (Float)


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