Class: Aws::OpenSearchService::Types::GetDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetDataSourceResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a GetDataSource
operation.
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.
4179 4180 4181 4182 4183 4184 4185 4186 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4179 class GetDataSourceResponse < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the data source.
4179 4180 4181 4182 4183 4184 4185 4186 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4179 class GetDataSourceResponse < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
4179 4180 4181 4182 4183 4184 4185 4186 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4179 class GetDataSourceResponse < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source.
4179 4180 4181 4182 4183 4184 4185 4186 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4179 class GetDataSourceResponse < Struct.new( :data_source_type, :name, :description, :status) SENSITIVE = [] include Aws::Structure end |