Class: Aws::EKS::Types::AllowedValuesConstraint
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AllowedValuesConstraint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
A constraint specifying the allowed values for a parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_values ⇒ Array<String>
The list of allowed values.
Instance Attribute Details
#allowed_values ⇒ Array<String>
The list of allowed values.
600 601 602 603 604 |
# File 'lib/aws-sdk-eks/types.rb', line 600 class AllowedValuesConstraint < Struct.new( :allowed_values) SENSITIVE = [] include Aws::Structure end |