You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MachineLearning::Types::RDSMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The datasource details that are specific to Amazon RDS.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_pipeline_idString

The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.

Returns:

  • (String)

    The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.

#databaseTypes::RDSDatabase

The database details required to connect to an Amazon RDS.

Returns:

#database_user_nameString

The username to be used by Amazon ML to connect to database on an Amazon RDS instance. The username should have sufficient permissions to execute an RDSSelectSqlQuery query.

Returns:

  • (String)

    The username to be used by Amazon ML to connect to database on an Amazon RDS instance.

#resource_roleString

The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.

Returns:

  • (String)

    The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3.

#select_sql_queryString

The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose is true in GetDataSourceInput.

Returns:

#service_roleString

The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.

Returns:

  • (String)

    The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3.