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)


7739
7740
7741
7742
7743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7739

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