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

Class: Aws::MachineLearning::Types::RedshiftMetadata

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

Overview

Describes the DataSource details specific to Amazon Redshift.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#database_user_nameString

A username to be used by Amazon Machine Learning (Amazon ML)to connect to a database on an Amazon Redshift cluster. The username should have sufficient permissions to execute the RedshiftSelectSqlQuery query. The username should be valid for an Amazon Redshift USER.

Returns:

  • (String)

    A username to be used by Amazon Machine Learning (Amazon ML)to connect to a database on an Amazon Redshift cluster.

#redshift_databaseTypes::RedshiftDatabase

Describes the database details required to connect to an Amazon Redshift database.

Returns:

  • (Types::RedshiftDatabase)

    Describes the database details required to connect to an Amazon Redshift database.

    .

#select_sql_queryString

The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose is true in GetDataSourceInput.

Returns: