Class: Aws::Types::SizeConstraintStatement
- Inherits:
-
Object
- Object
- Aws::Types::SizeConstraintStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "EQ", ...
Returns the value of attribute comparison_operator.
-
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
-
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
Instance Attribute Details
#comparison_operator ⇒ "EQ", ...
Returns the value of attribute comparison_operator.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def comparison_operator @comparison_operator end |
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
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.
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.
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.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def text_transformations @text_transformations end |