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
show all
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

Instance Attribute Details

#database_nameString

The name of a database hosted on an RDS DB instance.

Returns:

  • (String)

    The name of a database hosted on an RDS DB instance.

    .

#instance_identifierString

The ID of an RDS DB instance.

Returns:

  • (String)

    The ID of an RDS DB instance.