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.
6291 6292 6293 6294 6295 6296 |
# File 'lib/aws-sdk-eks/types.rb', line 6291 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.
6291 6292 6293 6294 6295 6296 |
# File 'lib/aws-sdk-eks/types.rb', line 6291 class UpdateParam < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |