Class: Aws::Types::SizeConstraint

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")


958
959
960
# File 'sig/types.rbs', line 958

def comparison_operator
  @comparison_operator
end

#field_to_matchTypes::FieldToMatch

Returns the value of attribute field_to_match.

Returns:



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.

Returns:

  • (::Integer)


959
960
961
# File 'sig/types.rbs', line 959

def size
  @size
end

#text_transformation"NONE", ...

Returns the value of attribute text_transformation.

Returns:

  • ("NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE")


957
958
959
# File 'sig/types.rbs', line 957

def text_transformation
  @text_transformation
end