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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.



23518
23519
23520
23521
23522
23523
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23518

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

#typeString

The type of the next contact entry.

Returns:

  • (String)


23518
23519
23520
23521
23522
23523
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23518

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