Class: Aws::OpenSearchService::Types::GetDataSourceResponse

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

Instance Attribute Details

#data_source_typeTypes::DataSourceType

The type of data source.



3507
3508
3509
3510
3511
3512
3513
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3507

class GetDataSourceResponse < Struct.new(
  :data_source_type,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the data source.

Returns:

  • (String)


3507
3508
3509
3510
3511
3512
3513
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3507

class GetDataSourceResponse < Struct.new(
  :data_source_type,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data source.

Returns:

  • (String)


3507
3508
3509
3510
3511
3512
3513
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3507

class GetDataSourceResponse < Struct.new(
  :data_source_type,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end