You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::SslProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SslProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  disable_ssl: false,
}

Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying data source.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#disable_sslBoolean

A Boolean option to control whether SSL should be disabled.

Returns:

  • (Boolean)

    A Boolean option to control whether SSL should be disabled.