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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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:

  • (String)


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_identifierString

The ID or ARN of the Outpost.

Returns:

  • (String)


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_optionString

The payment option.

Returns:

  • (String)


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_termString

The payment term.

Returns:

  • (String)


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