Class: Aws::EKS::Types::UpdateParam
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateParam
- 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
-
#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.
6838 6839 6840 6841 6842 6843 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6838 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.
6838 6839 6840 6841 6842 6843 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6838 class UpdateParam < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |