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)


24237
24238
24239
24240
24241
24242
24243
# File 'lib/aws-sdk-quicksight/types.rb', line 24237

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

#hostString

Host.

Returns:

  • (String)


24237
24238
24239
24240
24241
24242
24243
# File 'lib/aws-sdk-quicksight/types.rb', line 24237

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

#portInteger

Port.

Returns:

  • (Integer)


24237
24238
24239
24240
24241
24242
24243
# File 'lib/aws-sdk-quicksight/types.rb', line 24237

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