Class: Aws::Outposts::Types::CreateRenewalOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monthly_recurring_priceFloat

The monthly recurring price of the renewal.

Returns:



631
632
633
634
635
636
637
638
639
# File 'lib/aws-sdk-outposts/types.rb', line 631

class CreateRenewalOutput < Struct.new(
  :payment_option,
  :payment_term,
  :outpost_id,
  :upfront_price,
  :monthly_recurring_price)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID of the Outpost.

Returns:



631
632
633
634
635
636
637
638
639
# File 'lib/aws-sdk-outposts/types.rb', line 631

class CreateRenewalOutput < Struct.new(
  :payment_option,
  :payment_term,
  :outpost_id,
  :upfront_price,
  :monthly_recurring_price)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The payment option.

Returns:



631
632
633
634
635
636
637
638
639
# File 'lib/aws-sdk-outposts/types.rb', line 631

class CreateRenewalOutput < Struct.new(
  :payment_option,
  :payment_term,
  :outpost_id,
  :upfront_price,
  :monthly_recurring_price)
  SENSITIVE = []
  include Aws::Structure
end

#payment_termString

The payment term.

Returns:



631
632
633
634
635
636
637
638
639
# File 'lib/aws-sdk-outposts/types.rb', line 631

class CreateRenewalOutput < Struct.new(
  :payment_option,
  :payment_term,
  :outpost_id,
  :upfront_price,
  :monthly_recurring_price)
  SENSITIVE = []
  include Aws::Structure
end

#upfront_priceFloat

The upfront price of the renewal.

Returns:



631
632
633
634
635
636
637
638
639
# File 'lib/aws-sdk-outposts/types.rb', line 631

class CreateRenewalOutput < Struct.new(
  :payment_option,
  :payment_term,
  :outpost_id,
  :upfront_price,
  :monthly_recurring_price)
  SENSITIVE = []
  include Aws::Structure
end