You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::RdsParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RdsParameters
- Defined in:
- (unknown)
Overview
Note:
When passing RdsParameters as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_id: "InstanceId", # required
database: "Database", # required
}
Amazon RDS parameters.
Returned by:
Instance Attribute Summary collapse
-
#database ⇒ String
Database.
-
#instance_id ⇒ String
Instance ID.
Instance Attribute Details
#database ⇒ String
Database.
#instance_id ⇒ String
Instance ID.