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 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)


477
478
479
480
481
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 477

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