Class: Aws::OpenSearchService::Types::ListDataSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListDataSourcesResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a ListDataSources
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_sources ⇒ Array<Types::DataSourceDetails>
A list of data sources associated with specified domain.
Instance Attribute Details
#data_sources ⇒ Array<Types::DataSourceDetails>
A list of data sources associated with specified domain.
4140 4141 4142 4143 4144 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4140 class ListDataSourcesResponse < Struct.new( :data_sources) SENSITIVE = [] include Aws::Structure end |