Class: Aws::EKS::Types::UpdateParam

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

Overview

An object representing the details of an update request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The keys associated with an update request.

Returns:

  • (String)


6090
6091
6092
6093
6094
6095
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6090

class UpdateParam < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the keys submitted as part of an update request.

Returns:

  • (String)


6090
6091
6092
6093
6094
6095
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6090

class UpdateParam < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end