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

#created_atTime

The Unix epoch timestamp at object creation.

Returns:

  • (Time)


5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5551

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

#errorsArray<Types::ErrorDetail>

Any errors associated with a Failed update.

Returns:



5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5551

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

#idString

A UUID that is used to track the update.

Returns:

  • (String)


5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5551

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

#paramsArray<Types::UpdateParam>

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

Returns:



5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5551

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

#statusString

The current status of the update.

Returns:

  • (String)


5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5551

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

#typeString

The type of the update.

Returns:

  • (String)


5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5551

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