Class: Aws::Kendra::Types::CreateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateDataSourceResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the data source connector.
Instance Attribute Details
#id ⇒ String
The identifier of the data source connector.
2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2074 class CreateDataSourceResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |