Class: Aws::QBusiness::Types::CreateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateDataSourceResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of a data source in an Amazon Q Business application.
-
#data_source_id ⇒ String
The identifier of the data source connector.
Instance Attribute Details
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of a data source in an Amazon Q Business application.
1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1488 class CreateDataSourceResponse < Struct.new( :data_source_id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The identifier of the data source connector.
1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1488 class CreateDataSourceResponse < Struct.new( :data_source_id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |