Class: Aws::QuickSight::Types::AmazonOpenSearchParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


311
312
313
314
315
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 311

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