Class: Aws::Connect::Types::UpdateQuickConnectNameRequest

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 quick connect.

Returns:

  • (String)


19817
19818
19819
19820
19821
19822
19823
19824
# File 'lib/aws-sdk-connect/types.rb', line 19817

class UpdateQuickConnectNameRequest < Struct.new(
  :instance_id,
  :quick_connect_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)


19817
19818
19819
19820
19821
19822
19823
19824
# File 'lib/aws-sdk-connect/types.rb', line 19817

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

#nameString

The name of the quick connect.

Returns:

  • (String)


19817
19818
19819
19820
19821
19822
19823
19824
# File 'lib/aws-sdk-connect/types.rb', line 19817

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

#quick_connect_idString

The identifier for the quick connect.

Returns:

  • (String)


19817
19818
19819
19820
19821
19822
19823
19824
# File 'lib/aws-sdk-connect/types.rb', line 19817

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