Class: Aws::Types::TypedAttributeValueRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_mode"FIRST", ...

Returns the value of attribute end_mode.

Returns:

  • ("FIRST", "LAST", "LAST_BEFORE_MISSING_VALUES", "INCLUSIVE", "EXCLUSIVE")


1479
1480
1481
# File 'sig/types.rbs', line 1479

def end_mode
  @end_mode
end

#end_valueTypes::TypedAttributeValue

Returns the value of attribute end_value.



1480
1481
1482
# File 'sig/types.rbs', line 1480

def end_value
  @end_value
end

#start_mode"FIRST", ...

Returns the value of attribute start_mode.

Returns:

  • ("FIRST", "LAST", "LAST_BEFORE_MISSING_VALUES", "INCLUSIVE", "EXCLUSIVE")


1477
1478
1479
# File 'sig/types.rbs', line 1477

def start_mode
  @start_mode
end

#start_valueTypes::TypedAttributeValue

Returns the value of attribute start_value.



1478
1479
1480
# File 'sig/types.rbs', line 1478

def start_value
  @start_value
end