Class: Aws::Types::SelectValidation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_choices::Integer

Returns the value of attribute max_choices.

Returns:

  • (::Integer)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def max_choices
  @max_choices
end

#min_choices::Integer

Returns the value of attribute min_choices.

Returns:

  • (::Integer)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def min_choices
  @min_choices
end

#options::Array[::String]

Returns the value of attribute options.

Returns:

  • (::Array[::String])


1971
1972
1973
# File 'sig/types.rbs', line 1971

def options
  @options
end