Struct aws_sdk_securityhub::model::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
source · [−]#[non_exhaustive]pub struct AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails { /* private fields */ }
Expand description
A mount point for the data volumes in the container.
Implementations
sourceimpl AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
sourcepub fn container_path(&self) -> Option<&str>
pub fn container_path(&self) -> Option<&str>
The path on the container to mount the host volume at.
sourcepub fn source_volume(&self) -> Option<&str>
pub fn source_volume(&self) -> Option<&str>
The name of the volume to mount. Must match the name of a volume listed in VolumeDetails
for the task definition.
sourceimpl AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
.
Trait Implementations
sourceimpl Clone for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl Clone for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
sourcefn clone(&self) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
fn clone(&self) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails> for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl PartialEq<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails> for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
sourcefn eq(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
) -> bool
fn eq(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
) -> bool
fn ne(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
) -> bool
This method tests for !=
.
impl StructuralPartialEq for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
Auto Trait Implementations
impl RefUnwindSafe for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl Send for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl Sync for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl Unpin for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
impl UnwindSafe for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more