Class: Aws::OpenSearchService::Types::GetDataSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the parameters to the GetDataSource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain.

Returns:

  • (String)


3484
3485
3486
3487
3488
3489
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3484

class GetDataSourceRequest < Struct.new(
  :domain_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data source to get information about.

Returns:

  • (String)


3484
3485
3486
3487
3488
3489
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3484

class GetDataSourceRequest < Struct.new(
  :domain_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end