#[non_exhaustive]pub struct AwsEcsTaskVolumeHostDetails { /* private fields */ }
Expand description
Provides details on a container instance bind mount host volume.
Implementations§
source§impl AwsEcsTaskVolumeHostDetails
impl AwsEcsTaskVolumeHostDetails
sourcepub fn source_path(&self) -> Option<&str>
pub fn source_path(&self) -> Option<&str>
When the host
parameter is used, specify a sourcePath
to declare the path on the host container instance that's presented to the container.
source§impl AwsEcsTaskVolumeHostDetails
impl AwsEcsTaskVolumeHostDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsTaskVolumeHostDetails
.
Trait Implementations§
source§impl Clone for AwsEcsTaskVolumeHostDetails
impl Clone for AwsEcsTaskVolumeHostDetails
source§fn clone(&self) -> AwsEcsTaskVolumeHostDetails
fn clone(&self) -> AwsEcsTaskVolumeHostDetails
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 moresource§impl Debug for AwsEcsTaskVolumeHostDetails
impl Debug for AwsEcsTaskVolumeHostDetails
source§impl PartialEq<AwsEcsTaskVolumeHostDetails> for AwsEcsTaskVolumeHostDetails
impl PartialEq<AwsEcsTaskVolumeHostDetails> for AwsEcsTaskVolumeHostDetails
source§fn eq(&self, other: &AwsEcsTaskVolumeHostDetails) -> bool
fn eq(&self, other: &AwsEcsTaskVolumeHostDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.