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

#currencyString

The currency of the renewal price.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'lib/aws-sdk-outposts/types.rb', line 722

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

#monthly_recurring_priceFloat

The monthly recurring price of the renewal.

Returns:

  • (Float)


722
723
724
725
726
727
728
729
730
731
# File 'lib/aws-sdk-outposts/types.rb', line 722

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

#outpost_idString

The ID of the Outpost.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'lib/aws-sdk-outposts/types.rb', line 722

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

#payment_optionString

The payment option.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'lib/aws-sdk-outposts/types.rb', line 722

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

#payment_termString

The payment term.

Returns:

  • (String)


722
723
724
725
726
727
728
729
730
731
# File 'lib/aws-sdk-outposts/types.rb', line 722

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

#upfront_priceFloat

The upfront price of the renewal.

Returns:

  • (Float)


722
723
724
725
726
727
728
729
730
731
# File 'lib/aws-sdk-outposts/types.rb', line 722

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