Class: Aws::Outposts::Types::CreateRenewalInput

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

#client_tokenString

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.

Returns:



600
601
602
603
604
605
606
607
# File '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_identifierString

The ID or ARN of the Outpost.

Returns:



600
601
602
603
604
605
606
607
# File '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_optionString

The payment option.

Returns:



600
601
602
603
604
605
606
607
# File '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_termString

The payment term.

Returns:



600
601
602
603
604
605
606
607
# File '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