Class: Aws::Connect::Types::UpdateQueueNameRequest

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

#description ⇒ String

The description of the queue.

Returns:

  • (String)


39130
39131
39132
39133
39134
39135
39136
39137
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39130

class UpdateQueueNameRequest < Struct.new(
  :instance_id,
  :queue_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#instance_id ⇒ String

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


39130
39131
39132
39133
39134
39135
39136
39137
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39130

class UpdateQueueNameRequest < Struct.new(
  :instance_id,
  :queue_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the queue.

Returns:

  • (String)


39130
39131
39132
39133
39134
39135
39136
39137
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39130

class UpdateQueueNameRequest < Struct.new(
  :instance_id,
  :queue_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#queue_id ⇒ String

The identifier for the queue.

Returns:

  • (String)


39130
39131
39132
39133
39134
39135
39136
39137
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39130

class UpdateQueueNameRequest < Struct.new(
  :instance_id,
  :queue_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end