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.
2093 2094 2095 2096 2097 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2093 class CreateDataSourceResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |