Class: Aws::Types::SizeConstraint
- Inherits:
-
Object
- Object
- Aws::Types::SizeConstraint
- 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.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
Instance Attribute Details
#comparison_operator ⇒ "EQ", ...
Returns the value of attribute comparison_operator.
958 959 960 |
# File 'sig/types.rbs', line 958 def comparison_operator @comparison_operator end |
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
956 957 958 |
# File 'sig/types.rbs', line 956 def field_to_match @field_to_match end |
#size ⇒ ::Integer
Returns the value of attribute size.
959 960 961 |
# File 'sig/types.rbs', line 959 def size @size end |
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
957 958 959 |
# File 'sig/types.rbs', line 957 def text_transformation @text_transformation end |