Class: Aws::Connect::Types::CreateAgentStatusRequest

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

#descriptionString

The description of the status.

Returns:

  • (String)


2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274

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

#display_orderInteger

The display order of the status.

Returns:

  • (Integer)


2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274

class CreateAgentStatusRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :state,
  :display_order,
  :tags)
  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)


2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274

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

#nameString

The name of the status.

Returns:

  • (String)


2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274

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

#stateString

The state of the status.

Returns:

  • (String)


2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274

class CreateAgentStatusRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :state,
  :display_order,
  :tags)
  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>)


2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274

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