Class: Aws::Outposts::Types::CreateRenewalInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CreateRenewalInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
-
#payment_option ⇒ String
The payment option.
-
#payment_term ⇒ String
The payment term.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 600 class CreateRenewalInput < Struct.new( :payment_option, :payment_term, :outpost_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 600 class CreateRenewalInput < Struct.new( :payment_option, :payment_term, :outpost_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |
#payment_option ⇒ String
The payment option.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 600 class CreateRenewalInput < Struct.new( :payment_option, :payment_term, :outpost_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |
#payment_term ⇒ String
The payment term.
600 601 602 603 604 605 606 607 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 600 class CreateRenewalInput < Struct.new( :payment_option, :payment_term, :outpost_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |