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

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


5876
5877
5878
5879
5880
5881
5882
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5876

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)


5876
5877
5878
5879
5880
5881
5882
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5876

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

#idString

The ID of the subscription.

Returns:

  • (String)


5876
5877
5878
5879
5880
5881
5882
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5876

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