Class: Aws::OpenSearchService::Types::GetDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetDataSourceRequest
- 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
-
#domain_name ⇒ String
The name of the domain.
-
#name ⇒ String
The name of the data source to get information about.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
4295 4296 4297 4298 4299 4300 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4295 class GetDataSourceRequest < Struct.new( :domain_name, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source to get information about.
4295 4296 4297 4298 4299 4300 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4295 class GetDataSourceRequest < Struct.new( :domain_name, :name) SENSITIVE = [] include Aws::Structure end |