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.
7004 7005 7006 |
# File 'sig/types.rbs', line 7004 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
7003 7004 7005 |
# File 'sig/types.rbs', line 7003 def start_time @start_time end |
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
7002 7003 7004 |
# File 'sig/types.rbs', line 7002 def type @type end |