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
Note:
When making an API call, you may pass SslProperties data as a hash:
{
disable_ssl: false,
}
Secure Socket Layer (SSL) properties that apply when 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.
9700 9701 9702 9703 9704 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9700 class SslProperties < Struct.new( :disable_ssl) SENSITIVE = [] include Aws::Structure end |