Class: Aws::QuickSight::Types::SslProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SslProperties
- Defined in:
- gems/aws-sdk-quicksight/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.
30387 30388 30389 30390 30391 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30387 class SslProperties < Struct.new( :disable_ssl) SENSITIVE = [] include Aws::Structure end |