Class: Aws::Connect::Types::NextContactEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::NextContactEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Entry representing the next contact in a sequence.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_contact_metadata ⇒ Types::NextContactMetadata
Metadata for the next contact entry.
-
#type ⇒ String
The type of the next contact entry.
Instance Attribute Details
#next_contact_metadata ⇒ Types::NextContactMetadata
Metadata for the next contact entry.
23557 23558 23559 23560 23561 23562 |
# File 'lib/aws-sdk-connect/types.rb', line 23557 class NextContactEntry < Struct.new( :type, :next_contact_metadata) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the next contact entry.
23557 23558 23559 23560 23561 23562 |
# File 'lib/aws-sdk-connect/types.rb', line 23557 class NextContactEntry < Struct.new( :type, :next_contact_metadata) SENSITIVE = [] include Aws::Structure end |