Class: Aws::ConnectWisdomService::Types::ConnectConfiguration

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

Overview

The configuration information of the Amazon Connect data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Returns:

  • (String)


445
446
447
448
449
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 445

class ConnectConfiguration < Struct.new(
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end