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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_sourcesArray<Types::DataSourceDetails>

A list of data sources associated with specified domain.

Returns:



3990
3991
3992
3993
3994
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3990

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