Class: Aws::Types::TypedAttributeValueRange
- Inherits:
-
Object
- Object
- Aws::Types::TypedAttributeValueRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_mode ⇒ "FIRST", ...
Returns the value of attribute end_mode.
-
#end_value ⇒ Types::TypedAttributeValue
Returns the value of attribute end_value.
-
#start_mode ⇒ "FIRST", ...
Returns the value of attribute start_mode.
-
#start_value ⇒ Types::TypedAttributeValue
Returns the value of attribute start_value.
Instance Attribute Details
#end_mode ⇒ "FIRST", ...
Returns the value of attribute end_mode.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def end_mode @end_mode end |
#end_value ⇒ Types::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.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def start_mode @start_mode end |
#start_value ⇒ Types::TypedAttributeValue
Returns the value of attribute start_value.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def start_value @start_value end |