Class: Aws::QuickSight::Types::MySqlParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MySqlParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for MySQL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#database ⇒ String
Database.
23529 23530 23531 23532 23533 23534 23535 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23529 class MySqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
23529 23530 23531 23532 23533 23534 23535 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23529 class MySqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
23529 23530 23531 23532 23533 23534 23535 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23529 class MySqlParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |