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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/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 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 445

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