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
-
#cancellation ⇒ Types::Cancellation
The latest cancellation information for the update.
-
#created_at ⇒ Time
The Unix epoch timestamp at object creation.
-
#errors ⇒ Array<Types::ErrorDetail>
Any errors associated with a
Failedupdate. -
#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
#cancellation ⇒ Types::Cancellation
The latest cancellation information for the update. This field is present only if any cancellation is attempted for the update.
7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors, :cancellation) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The Unix epoch timestamp at object creation.
7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors, :cancellation) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::ErrorDetail>
Any errors associated with a Failed update.
7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors, :cancellation) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A UUID that is used to track the update.
7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors, :cancellation) SENSITIVE = [] include Aws::Structure end |
#params ⇒ Array<Types::UpdateParam>
A key-value map that contains the parameters associated with the update.
7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors, :cancellation) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the update.
7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7795 class Update < Struct.new( :id, :status, :type, :params, :created_at, :errors, :cancellation) SENSITIVE = [] include Aws::Structure end |