Class: Aws::OpenSearchService::Types::ListDataSourcesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

The result of a ‘ListDataSources` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesArray<Types::DataSourceDetails>

A list of data sources associated with specified domain.

Returns:



5028
5029
5030
5031
5032
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5028

class ListDataSourcesResponse < Struct.new(
  :data_sources)
  SENSITIVE = []
  include Aws::Structure
end