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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.

Returns:

  • (String)


18785
18786
18787
18788
18789
18790
18791
18792
18793
18794
18795
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18785

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.

Returns:

  • (String)


18785
18786
18787
18788
18789
18790
18791
18792
18793
18794
18795
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18785

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.

Returns:

  • (Integer)


18785
18786
18787
18788
18789
18790
18791
18792
18793
18794
18795
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18785

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 Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


18785
18786
18787
18788
18789
18790
18791
18792
18793
18794
18795
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18785

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.

Returns:

  • (String)


18785
18786
18787
18788
18789
18790
18791
18792
18793
18794
18795
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18785

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.

Returns:

  • (Boolean)


18785
18786
18787
18788
18789
18790
18791
18792
18793
18794
18795
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18785

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.

Returns:

  • (String)


18785
18786
18787
18788
18789
18790
18791
18792
18793
18794
18795
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18785

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