Class: Aws::OpenSearchService::Types::GetDirectQueryDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetDirectQueryDataSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_name ⇒ String
A unique, user-defined label that identifies the data source within your OpenSearch Service environment.
Instance Attribute Details
#data_source_name ⇒ String
A unique, user-defined label that identifies the data source within your OpenSearch Service environment.
4195 4196 4197 4198 4199 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4195 class GetDirectQueryDataSourceRequest < Struct.new( :data_source_name) SENSITIVE = [] include Aws::Structure end |