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, RdsDbInstance, or None.

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. Read more

impl Clone for DataSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DataSource
[src]

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 Send for DataSource

impl Sync for DataSource