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.



22647
22648
22649
22650
22651
22652
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22647

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

#typeString

The type of the next contact entry.

Returns:

  • (String)


22647
22648
22649
22650
22651
22652
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22647

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