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


996
997
998
# File 'sig/types.rbs', line 996

def comparison_operator
  @comparison_operator
end

#field_to_matchTypes::FieldToMatch

Returns the value of attribute field_to_match.

Returns:



994
995
996
# File 'sig/types.rbs', line 994

def field_to_match
  @field_to_match
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


997
998
999
# File 'sig/types.rbs', line 997

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


995
996
997
# File 'sig/types.rbs', line 995

def text_transformation
  @text_transformation
end