You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix epoch timestamp in seconds for when the update was created.

Returns:

  • (Time)

    The Unix epoch timestamp in seconds for when the update was created.

#errorsArray<Types::ErrorDetail>

Any errors associated with a Failed update.

Returns:

#idString

A UUID that is used to track the update.

Returns:

  • (String)

    A UUID that is used to track the update.

#paramsArray<Types::UpdateParam>

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

Returns:

  • (Array<Types::UpdateParam>)

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

#statusString

The current status of the update.

Possible values:

  • InProgress
  • Failed
  • Cancelled
  • Successful

Returns:

  • (String)

    The current status of the update.

#typeString

The type of the update.

Possible values:

  • VersionUpdate
  • EndpointAccessUpdate
  • LoggingUpdate
  • ConfigUpdate

Returns:

  • (String)

    The type of the update.