Class: Aws::EKS::Types::Update
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::Update
- 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
-
#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.
3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3709 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::ErrorDetail>
Any errors associated with a Failed
update.
3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3709 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A UUID that is used to track the update.
3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3709 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors) SENSITIVE = [] include Aws::Structure end |
#params ⇒ Array<Types::UpdateParam>
A key-value map that contains the parameters associated with the update.
3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3709 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors) SENSITIVE = [] include Aws::Structure end |