Class: Aws::Types::SizeConstraintStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"EQ", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("EQ", "NE", "LE", "LT", "GE", "GT")


1646
1647
1648
# File 'sig/types.rbs', line 1646

def comparison_operator
  @comparison_operator
end

#field_to_matchTypes::FieldToMatch

Returns the value of attribute field_to_match.

Returns:



1645
1646
1647
# File 'sig/types.rbs', line 1645

def field_to_match
  @field_to_match
end

#pre_parse_text_transformations::Array[Types::PreParseTextTransformation]

Returns the value of attribute pre_parse_text_transformations.

Returns:



1649
1650
1651
# File 'sig/types.rbs', line 1649

def pre_parse_text_transformations
  @pre_parse_text_transformations
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def size
  @size
end

#text_transformations::Array[Types::TextTransformation]

Returns the value of attribute text_transformations.

Returns:



1648
1649
1650
# File 'sig/types.rbs', line 1648

def text_transformations
  @text_transformations
end