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
- Struct
- Aws::EKS::Types::Update
- Defined in:
- (unknown)
Overview
An object representing an asynchronous update.
Returned by:
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the update was created.
-
#errors ⇒ Array<Types::ErrorDetail>
Any errors associated with a
Failed
update. -
#id ⇒ String
A UUID that is used to track the update.
-
#params ⇒ Array<Types::UpdateParam>
A key-value map that contains the parameters associated with the update.
-
#status ⇒ String
The current status of the update.
-
#type ⇒ String
The type of the update.
Instance Attribute Details
#created_at ⇒ Time
The Unix epoch timestamp in seconds for when the update was created.
#errors ⇒ Array<Types::ErrorDetail>
Any errors associated with a Failed
update.
#id ⇒ String
A UUID that is used to track the update.
#params ⇒ Array<Types::UpdateParam>
A key-value map that contains the parameters associated with the update.
#status ⇒ String
The current status of the update.
Possible values:
- InProgress
- Failed
- Cancelled
- Successful
#type ⇒ String
The type of the update.
Possible values:
- VersionUpdate
- EndpointAccessUpdate
- LoggingUpdate
- ConfigUpdate