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

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

Returns:

  • (String)


39270
39271
39272
39273
39274
39275
39276
39277
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39270

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


39270
39271
39272
39273
39274
39275
39276
39277
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39270

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

#name ⇒ String

The name of the quick connect.

Returns:

  • (String)


39270
39271
39272
39273
39274
39275
39276
39277
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39270

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

#quick_connect_id ⇒ String

The identifier for the quick connect.

Returns:

  • (String)


39270
39271
39272
39273
39274
39275
39276
39277
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39270

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