Class: Aws::OpenSearchService::Types::UpdateDirectQueryDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateDirectQueryDataSourceResponse
- 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.
7320 7321 7322 7323 7324 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7320 class UpdateDirectQueryDataSourceResponse < Struct.new( :data_source_arn) SENSITIVE = [] include Aws::Structure end |