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)


1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1886

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)


1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1886

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