Class: Aws::Types::SearchContactsTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::SearchContactsTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
7158 7159 7160 |
# File 'sig/types.rbs', line 7158 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
7157 7158 7159 |
# File 'sig/types.rbs', line 7157 def start_time @start_time end |
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
7156 7157 7158 |
# File 'sig/types.rbs', line 7156 def type @type end |