Struct aws_sdk_machinelearning::model::RedshiftMetadata [−][src]
#[non_exhaustive]pub struct RedshiftMetadata {
pub redshift_database: Option<RedshiftDatabase>,
pub database_user_name: Option<String>,
pub select_sql_query: Option<String>,
}
Expand description
Describes the DataSource
details specific to Amazon Redshift.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.redshift_database: Option<RedshiftDatabase>
Describes the database details required to connect to an Amazon Redshift database.
database_user_name: Option<String>
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.
select_sql_query: Option<String>
The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
Implementations
Describes the database details required to connect to an Amazon Redshift database.
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.
The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
Creates a new builder-style object to manufacture RedshiftMetadata
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RedshiftMetadata
impl Send for RedshiftMetadata
impl Sync for RedshiftMetadata
impl Unpin for RedshiftMetadata
impl UnwindSafe for RedshiftMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more