Class: Aws::QConnect::Types::ConnectConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The configuration information of the Connect Customer data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id ⇒ String

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

Returns:

  • (String)


1799
1800
1801
1802
1803
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1799

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