Class: Aws::QuickSight::Types::CustomConnectionParameters

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

Overview

The parameters that are required to connect to a custom connection data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_typeString

The type of custom connector.

Returns:

  • (String)


9742
9743
9744
9745
9746
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9742

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