Struct rusoto_appstream::StorageConnector [] [src]

pub struct StorageConnector {
    pub connector_type: String,
    pub resource_identifier: Option<String>,
}

Contains the parameters for a storage connector.

Fields

The type of storage connector. The possible values include: HOMEFOLDERS.

The ARN associated with the storage connector.

Trait Implementations

impl Default for StorageConnector
[src]

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

impl Debug for StorageConnector
[src]

Formats the value using the given formatter.

impl Clone for StorageConnector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more