Class: Aws::EKS::Types::Update

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

Overview

An object representing an asynchronous update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cancellationTypes::Cancellation

The latest cancellation information for the update. This field is present only if any cancellation is attempted for the update.

Returns:



7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795

class Update < Struct.new(
  :id,
  :status,
  :type,
  :params,
  :created_at,
  :errors,
  :cancellation)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The Unix epoch timestamp at object creation.

Returns:

  • (Time)


7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795

class Update < Struct.new(
  :id,
  :status,
  :type,
  :params,
  :created_at,
  :errors,
  :cancellation)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::ErrorDetail>

Any errors associated with a Failed update.

Returns:



7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795

class Update < Struct.new(
  :id,
  :status,
  :type,
  :params,
  :created_at,
  :errors,
  :cancellation)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A UUID that is used to track the update.

Returns:

  • (String)


7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795

class Update < Struct.new(
  :id,
  :status,
  :type,
  :params,
  :created_at,
  :errors,
  :cancellation)
  SENSITIVE = []
  include Aws::Structure
end

#paramsArray<Types::UpdateParam>

A key-value map that contains the parameters associated with the update.

Returns:



7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795

class Update < Struct.new(
  :id,
  :status,
  :type,
  :params,
  :created_at,
  :errors,
  :cancellation)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the update.

Returns:

  • (String)


7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795

class Update < Struct.new(
  :id,
  :status,
  :type,
  :params,
  :created_at,
  :errors,
  :cancellation)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the update.

Returns:

  • (String)


7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795

class Update < Struct.new(
  :id,
  :status,
  :type,
  :params,
  :created_at,
  :errors,
  :cancellation)
  SENSITIVE = []
  include Aws::Structure
end