Class: Aws::EKS::Types::AllowedValuesConstraint

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

Overview

A constraint specifying the allowed values for a parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

The list of allowed values.

Returns:

  • (Array<String>)


530
531
532
533
534
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 530

class AllowedValuesConstraint < Struct.new(
  :allowed_values)
  SENSITIVE = []
  include Aws::Structure
end