Class: Aws::QuickSight::Types::ConfluenceParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ConfluenceParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters that are required to connect to a Confluence data source
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confluence_url ⇒ String
The URL of the Confluence site to connect to.
Instance Attribute Details
#confluence_url ⇒ String
The URL of the Confluence site to connect to.
7165 7166 7167 7168 7169 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7165 class ConfluenceParameters < Struct.new( :confluence_url) SENSITIVE = [] include Aws::Structure end |