Class: Aws::Connect::Types::UpdateContactScheduleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of the contact.

Returns:

  • (String)


19185
19186
19187
19188
19189
19190
19191
# File 'lib/aws-sdk-connect/types.rb', line 19185

class UpdateContactScheduleRequest < Struct.new(
  :instance_id,
  :contact_id,
  :scheduled_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


19185
19186
19187
19188
19189
19190
19191
# File 'lib/aws-sdk-connect/types.rb', line 19185

class UpdateContactScheduleRequest < Struct.new(
  :instance_id,
  :contact_id,
  :scheduled_time)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_timeTime

The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.

Returns:

  • (Time)


19185
19186
19187
19188
19189
19190
19191
# File 'lib/aws-sdk-connect/types.rb', line 19185

class UpdateContactScheduleRequest < Struct.new(
  :instance_id,
  :contact_id,
  :scheduled_time)
  SENSITIVE = []
  include Aws::Structure
end