Class: Aws::QBusiness::Types::CreateDataSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arnString

The Amazon Resource Name (ARN) of a data source in an Amazon Q Business application.

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1406

class CreateDataSourceResponse < Struct.new(
  :data_source_id,
  :data_source_arn)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_idString

The identifier of the data source connector.

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1406

class CreateDataSourceResponse < Struct.new(
  :data_source_id,
  :data_source_arn)
  SENSITIVE = []
  include Aws::Structure
end