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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-eks/types.rb', line 6053

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:



6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-eks/types.rb', line 6053

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)


6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-eks/types.rb', line 6053

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:



6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-eks/types.rb', line 6053

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)


6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-eks/types.rb', line 6053

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

#typeString

The type of the update.

Returns:

  • (String)


6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-eks/types.rb', line 6053

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