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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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 . This parameter is required if the update is an add-on update.

Returns:

  • (String)


2566
2567
2568
2569
2570
2571
2572
2573
# File 'gems/aws-sdk-eks/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 'gems/aws-sdk-eks/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 'gems/aws-sdk-eks/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 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2566

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