Class: Aws::QBusiness::Types::CreateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateDataSourceResponse
- Includes:
- Structure
- Defined in:
- 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.
1886 1887 1888 1889 1890 1891 |
# File '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_id ⇒ String
The identifier of the data source connector.
1886 1887 1888 1889 1890 1891 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1886 class CreateDataSourceResponse < Struct.new( :data_source_id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |