Struct aws_sdk_appstream::model::StorageConnector
source · #[non_exhaustive]pub struct StorageConnector { /* private fields */ }
Expand description
Describes a connector that enables persistent storage for users.
Implementations§
source§impl StorageConnector
impl StorageConnector
sourcepub fn connector_type(&self) -> Option<&StorageConnectorType>
pub fn connector_type(&self) -> Option<&StorageConnectorType>
The type of storage connector.
sourcepub fn resource_identifier(&self) -> Option<&str>
pub fn resource_identifier(&self) -> Option<&str>
The ARN of the storage connector.
source§impl StorageConnector
impl StorageConnector
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StorageConnector
.
Trait Implementations§
source§impl Clone for StorageConnector
impl Clone for StorageConnector
source§fn clone(&self) -> StorageConnector
fn clone(&self) -> StorageConnector
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more