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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3596
3597
3598
3599
3600
3601
3602
3603
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3596

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

#descriptionString

A description of the data source.

Returns:

  • (String)


3596
3597
3598
3599
3600
3601
3602
3603
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3596

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

#nameString

The name of the data source.

Returns:

  • (String)


3596
3597
3598
3599
3600
3601
3602
3603
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3596

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

#statusString

The status of the data source.

Returns:

  • (String)


3596
3597
3598
3599
3600
3601
3602
3603
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3596

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