You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MachineLearning::Types::RDSDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::RDSDatabase
- Defined in:
- (unknown)
Overview
Note:
When passing RDSDatabase as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_identifier: "RDSInstanceIdentifier", # required
database_name: "RDSDatabaseName", # required
}
The database details of an Amazon RDS database.
Returned by:
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of a database hosted on an RDS DB instance.
.
-
#instance_identifier ⇒ String
The ID of an RDS DB instance.
Instance Attribute Details
#database_name ⇒ String
The name of a database hosted on an RDS DB instance.
#instance_identifier ⇒ String
The ID of an RDS DB instance.