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)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def max_choices
  @max_choices
end

#min_choices ⇒ ::Integer

Returns the value of attribute min_choices.

Returns:

  • (::Integer)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def min_choices
  @min_choices
end

#options ⇒ ::Array[::String]

Returns the value of attribute options.

Returns:

  • (::Array[::String])


2003
2004
2005
# File 'sig/types.rbs', line 2003

def options
  @options
end