Class: Aws::QuickSight::Types::SslProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SslProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disable_ssl ⇒ Boolean
A Boolean option to control whether SSL should be disabled.
Instance Attribute Details
#disable_ssl ⇒ Boolean
A Boolean option to control whether SSL should be disabled.
28986 28987 28988 28989 28990 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28986 class SslProperties < Struct.new( :disable_ssl) SENSITIVE = [] include Aws::Structure end |