Class: Aws::Types::QuickConnectContactData
- Inherits:
-
Object
- Object
- Aws::Types::QuickConnectContactData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
-
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
-
#quick_connect_name ⇒ ::String
Returns the value of attribute quick_connect_name.
-
#quick_connect_type ⇒ "USER", ...
Returns the value of attribute quick_connect_type.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
6576 6577 6578 |
# File 'sig/types.rbs', line 6576 def contact_id @contact_id end |
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
6577 6578 6579 |
# File 'sig/types.rbs', line 6577 def @initiation_timestamp end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
6578 6579 6580 |
# File 'sig/types.rbs', line 6578 def quick_connect_id @quick_connect_id end |
#quick_connect_name ⇒ ::String
Returns the value of attribute quick_connect_name.
6579 6580 6581 |
# File 'sig/types.rbs', line 6579 def quick_connect_name @quick_connect_name end |
#quick_connect_type ⇒ "USER", ...
Returns the value of attribute quick_connect_type.
6580 6581 6582 |
# File 'sig/types.rbs', line 6580 def quick_connect_type @quick_connect_type end |