Class: Aws::Outposts::Types::CreateRenewalOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CreateRenewalOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monthly_recurring_price ⇒ Float
The monthly recurring price of the renewal.
-
#outpost_id ⇒ String
The ID of the Outpost.
-
#payment_option ⇒ String
The payment option.
-
#payment_term ⇒ String
The payment term.
-
#upfront_price ⇒ Float
The upfront price of the renewal.
Instance Attribute Details
#monthly_recurring_price ⇒ Float
The monthly recurring price of the renewal.
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_id ⇒ String
The ID of the Outpost.
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_option ⇒ String
The payment option.
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_term ⇒ String
The payment term.
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_price ⇒ Float
The upfront price of the renewal.
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 |