Class: Aws::Kendra::Types::CreateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateDataSourceResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-kendra/types.rb', line 2074 class CreateDataSourceResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |