Class: Aws::EKS::Types::UpdateEksAnywhereSubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewBoolean

A boolean indicating whether or not to automatically renew the subscription.

Returns:

  • (Boolean)


6447
6448
6449
6450
6451
6452
6453
# File 'lib/aws-sdk-eks/types.rb', line 6447

class UpdateEksAnywhereSubscriptionRequest < Struct.new(
  :id,
  :auto_renew,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

Unique, case-sensitive identifier 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)


6447
6448
6449
6450
6451
6452
6453
# File 'lib/aws-sdk-eks/types.rb', line 6447

class UpdateEksAnywhereSubscriptionRequest < Struct.new(
  :id,
  :auto_renew,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the subscription.

Returns:

  • (String)


6447
6448
6449
6450
6451
6452
6453
# File 'lib/aws-sdk-eks/types.rb', line 6447

class UpdateEksAnywhereSubscriptionRequest < Struct.new(
  :id,
  :auto_renew,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end