Struct rusoto_opsworks::DataSource [] [src]

pub struct DataSource {
    pub arn: Option<String>,
    pub database_name: Option<String>,
    pub type_: Option<String>,
}

Describes an app's data source.

Fields

The data source's ARN.

The database name.

The data source's type, AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, or RdsDbInstance.

Trait Implementations

impl Default for DataSource
[src]

Returns the "default value" for a type. Read more

impl Debug for DataSource
[src]

Formats the value using the given formatter.

impl Clone for DataSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more