Class: Aws::Connect::Types::AgentStatus

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

Overview

Contains information about an agent status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_status_arnString

The Amazon Resource Name (ARN) of the agent status.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#agent_status_idString

The identifier of the agent status.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the agent status.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#display_orderInteger

The display order of the agent status.

Returns:

  • (Integer)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the agent status.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the agent status.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "Tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of agent status.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 276

class AgentStatus < Struct.new(
  :agent_status_arn,
  :agent_status_id,
  :name,
  :description,
  :type,
  :display_order,
  :state,
  :tags,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end