class Aws::Connect::Types::CreateAgentStatusRequest

@note When making an API call, you may pass CreateAgentStatusRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      name: "AgentStatusName", # required
      description: "AgentStatusDescription",
      state: "ENABLED", # required, accepts ENABLED, DISABLED
      display_order: 1,
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!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] name

The name of the status.
@return [String]

@!attribute [rw] description

The description of the status.
@return [String]

@!attribute [rw] state

The state of the status.
@return [String]

@!attribute [rw] display_order

The display order of the status.
@return [Integer]

@!attribute [rw] tags

One or more tags.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateAgentStatusRequest AWS API Documentation

Constants

SENSITIVE