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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the queue.

Returns:

  • (String)


19704
19705
19706
19707
19708
19709
19710
19711
# File 'lib/aws-sdk-connect/types.rb', line 19704

class UpdateQueueNameRequest < Struct.new(
  :instance_id,
  :queue_id,
  :name,
  :description)
  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.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


19704
19705
19706
19707
19708
19709
19710
19711
# File 'lib/aws-sdk-connect/types.rb', line 19704

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

#nameString

The name of the queue.

Returns:

  • (String)


19704
19705
19706
19707
19708
19709
19710
19711
# File 'lib/aws-sdk-connect/types.rb', line 19704

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

#queue_idString

The identifier for the queue.

Returns:

  • (String)


19704
19705
19706
19707
19708
19709
19710
19711
# File 'lib/aws-sdk-connect/types.rb', line 19704

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