Class: Aws::Types::FieldValidationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#num_values ⇒ ::Array[::Integer]

Returns the value of attribute num_values.

Returns:

  • (::Array[::Integer])


471
472
473
# File 'sig/types.rbs', line 471

def num_values
  @num_values
end

#str_values ⇒ ::Array[::String]

Returns the value of attribute str_values.

Returns:

  • (::Array[::String])


470
471
472
# File 'sig/types.rbs', line 470

def str_values
  @str_values
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def type
  @type
end

#validation_message ⇒ ::String

Returns the value of attribute validation_message.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def validation_message
  @validation_message
end