Class: Aws::EKS::Types::UpdateParam
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateParam
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An object representing the details of an update request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The keys associated with an update request.
-
#value ⇒ String
The value of the keys submitted as part of an update request.
Instance Attribute Details
#type ⇒ String
The keys associated with an update request.
6661 6662 6663 6664 6665 6666 |
# File 'lib/aws-sdk-eks/types.rb', line 6661 class UpdateParam < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the keys submitted as part of an update request.
6661 6662 6663 6664 6665 6666 |
# File 'lib/aws-sdk-eks/types.rb', line 6661 class UpdateParam < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |