Class: Aws::QuickSight::Types::AmazonOpenSearchParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AmazonOpenSearchParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for OpenSearch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The OpenSearch domain.
Instance Attribute Details
#domain ⇒ String
The OpenSearch domain.
359 360 361 362 363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 359 class AmazonOpenSearchParameters < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |