Class: Aws::EKS::Types::CancelUpdateRequest

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

#client_request_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)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 973

class CancelUpdateRequest < Struct.new(
  :name,
  :update_id,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon EKS cluster associated with the update.

Returns:

  • (String)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 973

class CancelUpdateRequest < Struct.new(
  :name,
  :update_id,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#update_idString

The ID of the update to cancel.

Returns:

  • (String)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 973

class CancelUpdateRequest < Struct.new(
  :name,
  :update_id,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end