Class: Aws::Types::NextContactEntry
- Inherits:
-
Object
- Object
- Aws::Types::NextContactEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_contact_metadata ⇒ Types::NextContactMetadata
Returns the value of attribute next_contact_metadata.
-
#type ⇒ "QUICK_CONNECT"
Returns the value of attribute type.
Instance Attribute Details
#next_contact_metadata ⇒ Types::NextContactMetadata
Returns the value of attribute next_contact_metadata.
6031 6032 6033 |
# File 'sig/types.rbs', line 6031 def @next_contact_metadata end |
#type ⇒ "QUICK_CONNECT"
Returns the value of attribute type.
6030 6031 6032 |
# File 'sig/types.rbs', line 6030 def type @type end |