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
A unique identifier for the data source.
Instance Attribute Details
#id ⇒ String
A unique identifier for the data source.
2789 2790 2791 2792 2793 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2789 class CreateDataSourceResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |