Class: Aws::EKS::Types::DescribeUpdateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Describes an update request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_nameString

The name of the add-on. The name must match one of the names returned by [ ‘ListAddons` ][1]. This parameter is required if the update is an add-on update.

[1]: docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html

Returns:

  • (String)


2566
2567
2568
2569
2570
2571
2572
2573
# File 'lib/aws-sdk-eks/types.rb', line 2566

class DescribeUpdateRequest < Struct.new(
  :name,
  :update_id,
  :nodegroup_name,
  :addon_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon EKS cluster associated with the update.

Returns:

  • (String)


2566
2567
2568
2569
2570
2571
2572
2573
# File 'lib/aws-sdk-eks/types.rb', line 2566

class DescribeUpdateRequest < Struct.new(
  :name,
  :update_id,
  :nodegroup_name,
  :addon_name)
  SENSITIVE = []
  include Aws::Structure
end

#nodegroup_nameString

The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.

Returns:

  • (String)


2566
2567
2568
2569
2570
2571
2572
2573
# File 'lib/aws-sdk-eks/types.rb', line 2566

class DescribeUpdateRequest < Struct.new(
  :name,
  :update_id,
  :nodegroup_name,
  :addon_name)
  SENSITIVE = []
  include Aws::Structure
end

#update_idString

The ID of the update to describe.

Returns:

  • (String)


2566
2567
2568
2569
2570
2571
2572
2573
# File 'lib/aws-sdk-eks/types.rb', line 2566

class DescribeUpdateRequest < Struct.new(
  :name,
  :update_id,
  :nodegroup_name,
  :addon_name)
  SENSITIVE = []
  include Aws::Structure
end