Class: Aws::Types::ParameterConstraints

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_pattern::String

Returns the value of attribute allowed_pattern.

Returns:



1096
1097
1098
# File 'sig/types.rbs', line 1096

def allowed_pattern
  @allowed_pattern
end

#allowed_values::Array[::String]

Returns the value of attribute allowed_values.

Returns:



1095
1096
1097
# File 'sig/types.rbs', line 1095

def allowed_values
  @allowed_values
end

#constraint_description::String

Returns the value of attribute constraint_description.

Returns:



1097
1098
1099
# File 'sig/types.rbs', line 1097

def constraint_description
  @constraint_description
end

#max_length::String

Returns the value of attribute max_length.

Returns:



1098
1099
1100
# File 'sig/types.rbs', line 1098

def max_length
  @max_length
end

#max_value::String

Returns the value of attribute max_value.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def max_value
  @max_value
end

#min_length::String

Returns the value of attribute min_length.

Returns:



1099
1100
1101
# File 'sig/types.rbs', line 1099

def min_length
  @min_length
end

#min_value::String

Returns the value of attribute min_value.

Returns:



1101
1102
1103
# File 'sig/types.rbs', line 1101

def min_value
  @min_value
end