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.
4791 4792 4793 4794 4795 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4791 class ListDataSourcesRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |