Class: Aws::OpenSearchService::Types::ListDataSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListDataSourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ListDataSources operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
5258 5259 5260 5261 5262 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5258 class ListDataSourcesRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |