Class: Aws::QConnect::Types::ConnectConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ConnectConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration information of the Amazon Connect data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1470 class ConnectConfiguration < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |