Class: Aws::QuickSight::Types::MySqlParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The parameters for MySQL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

Database.

Returns:

  • (String)


20470
20471
20472
20473
20474
20475
20476
# File 'lib/aws-sdk-quicksight/types.rb', line 20470

class MySqlParameters < Struct.new(
  :host,
  :port,
  :database)
  SENSITIVE = []
  include Aws::Structure
end

#hostString

Host.

Returns:

  • (String)


20470
20471
20472
20473
20474
20475
20476
# File 'lib/aws-sdk-quicksight/types.rb', line 20470

class MySqlParameters < Struct.new(
  :host,
  :port,
  :database)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

Port.

Returns:

  • (Integer)


20470
20471
20472
20473
20474
20475
20476
# File 'lib/aws-sdk-quicksight/types.rb', line 20470

class MySqlParameters < Struct.new(
  :host,
  :port,
  :database)
  SENSITIVE = []
  include Aws::Structure
end