Class: Aws::Connect::Types::NextContactEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_contact_metadataTypes::NextContactMetadata

Metadata for the next contact entry.



25308
25309
25310
25311
25312
25313
# File 'lib/aws-sdk-connect/types.rb', line 25308

class NextContactEntry < Struct.new(
  :type,
  :next_contact_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the next contact entry.

Returns:

  • (String)


25308
25309
25310
25311
25312
25313
# File 'lib/aws-sdk-connect/types.rb', line 25308

class NextContactEntry < Struct.new(
  :type,
  :next_contact_metadata)
  SENSITIVE = []
  include Aws::Structure
end