class Aws::Connect::Types::UpdateAgentStatusRequest
@note When making an API call, you may pass UpdateAgentStatusRequest
data as a hash: { instance_id: "InstanceId", # required agent_status_id: "AgentStatusId", # required name: "AgentStatusName", description: "UpdateAgentStatusDescription", state: "ENABLED", # accepts ENABLED, DISABLED display_order: 1, reset_order_number: false, }
@!attribute [rw] instance_id
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. @return [String]
@!attribute [rw] agent_status_id
The identifier of the agent status. @return [String]
@!attribute [rw] name
The name of the agent status. @return [String]
@!attribute [rw] description
The description of the agent status. @return [String]
@!attribute [rw] state
The state of the agent status. @return [String]
@!attribute [rw] display_order
The display order of the agent status. @return [Integer]
@!attribute [rw] reset_order_number
A number indicating the reset order of the agent status. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateAgentStatusRequest AWS API Documentation
Constants
- SENSITIVE