Class: Aws::QuickSight::Types::AmazonElasticsearchParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The parameters for OpenSearch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The OpenSearch domain.

Returns:

  • (String)


297
298
299
300
301
# File 'lib/aws-sdk-quicksight/types.rb', line 297

class AmazonElasticsearchParameters < Struct.new(
  :domain)
  SENSITIVE = []
  include Aws::Structure
end