Class: Aws::OpenSearchService::Types::DataSourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DataSourceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Details about a direct-query data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_type ⇒ Types::DataSourceType
The type of data source.
-
#description ⇒ String
A description of the data source.
-
#name ⇒ String
The name of the data source.
-
#status ⇒ String
The status of the data source.
Instance Attribute Details
#data_source_type ⇒ Types::DataSourceType
The type of data source.
1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1970 class DataSourceDetails < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the data source.
1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1970 class DataSourceDetails < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1970 class DataSourceDetails < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source.
1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1970 class DataSourceDetails < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |