Struct rusoto_glue::ConnectionsList[][src]

pub struct ConnectionsList {
    pub connections: Option<Vec<String>>,
}

Specifies the connections used by a job.

Fields

A list of connections used by the job.

Trait Implementations

impl Default for ConnectionsList
[src]

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

impl Debug for ConnectionsList
[src]

Formats the value using the given formatter. Read more

impl Clone for ConnectionsList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ConnectionsList
[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