Class: Aws::OpenSearchService::Types::AddDirectQueryDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AddDirectQueryDataSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_arn ⇒ String
The unique, system-generated identifier that represents the data source.
Instance Attribute Details
#data_source_arn ⇒ String
The unique, system-generated identifier that represents the data source.
236 237 238 239 240 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 236 class AddDirectQueryDataSourceResponse < Struct.new( :data_source_arn) SENSITIVE = [] include Aws::Structure end |