Class: Aws::QuickSight::Types::CustomConnectionParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomConnectionParameters
- 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
-
#connection_type ⇒ String
The type of custom connector.
Instance Attribute Details
#connection_type ⇒ String
The type of custom connector.
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 |