Class: Aws::Connect::Types::UpdateAgentStatusRequest

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

#agent_status_idString

The identifier of the agent status.



37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
# File 'lib/aws-sdk-connect/types.rb', line 37230

class UpdateAgentStatusRequest < Struct.new(
  :instance_id,
  :agent_status_id,
  :name,
  :description,
  :state,
  :display_order,
  :reset_order_number)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the agent status.



37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
# File 'lib/aws-sdk-connect/types.rb', line 37230

class UpdateAgentStatusRequest < Struct.new(
  :instance_id,
  :agent_status_id,
  :name,
  :description,
  :state,
  :display_order,
  :reset_order_number)
  SENSITIVE = []
  include Aws::Structure
end

#display_orderInteger

The display order of the agent status.



37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
# File 'lib/aws-sdk-connect/types.rb', line 37230

class UpdateAgentStatusRequest < Struct.new(
  :instance_id,
  :agent_status_id,
  :name,
  :description,
  :state,
  :display_order,
  :reset_order_number)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

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



37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
# File 'lib/aws-sdk-connect/types.rb', line 37230

class UpdateAgentStatusRequest < Struct.new(
  :instance_id,
  :agent_status_id,
  :name,
  :description,
  :state,
  :display_order,
  :reset_order_number)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the agent status.



37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
# File 'lib/aws-sdk-connect/types.rb', line 37230

class UpdateAgentStatusRequest < Struct.new(
  :instance_id,
  :agent_status_id,
  :name,
  :description,
  :state,
  :display_order,
  :reset_order_number)
  SENSITIVE = []
  include Aws::Structure
end

#reset_order_numberBoolean

A number indicating the reset order of the agent status.



37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
# File 'lib/aws-sdk-connect/types.rb', line 37230

class UpdateAgentStatusRequest < Struct.new(
  :instance_id,
  :agent_status_id,
  :name,
  :description,
  :state,
  :display_order,
  :reset_order_number)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the agent status.



37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
# File 'lib/aws-sdk-connect/types.rb', line 37230

class UpdateAgentStatusRequest < Struct.new(
  :instance_id,
  :agent_status_id,
  :name,
  :description,
  :state,
  :display_order,
  :reset_order_number)
  SENSITIVE = []
  include Aws::Structure
end