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
-
#currency ⇒ String
The currency of the renewal price.
-
#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
#currency ⇒ String
The currency of the renewal price.
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_price ⇒ Float
The monthly recurring price of the renewal.
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_id ⇒ String
The ID of the Outpost.
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_option ⇒ String
The payment option.
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_term ⇒ String
The payment term.
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_price ⇒ Float
The upfront price of the renewal.
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 |