Struct aws_sdk_securityhub::model::AwsEcsContainerDetails
source · #[non_exhaustive]pub struct AwsEcsContainerDetails { /* private fields */ }
Expand description
Provides information about an Amazon ECS container.
Implementations§
source§impl AwsEcsContainerDetails
impl AwsEcsContainerDetails
sourcepub fn mount_points(&self) -> Option<&[AwsMountPoint]>
pub fn mount_points(&self) -> Option<&[AwsMountPoint]>
The mount points for data volumes in your container.
sourcepub fn privileged(&self) -> bool
pub fn privileged(&self) -> bool
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
source§impl AwsEcsContainerDetails
impl AwsEcsContainerDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsContainerDetails
.
Trait Implementations§
source§impl Clone for AwsEcsContainerDetails
impl Clone for AwsEcsContainerDetails
source§fn clone(&self) -> AwsEcsContainerDetails
fn clone(&self) -> AwsEcsContainerDetails
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 AwsEcsContainerDetails
impl Debug for AwsEcsContainerDetails
source§impl PartialEq<AwsEcsContainerDetails> for AwsEcsContainerDetails
impl PartialEq<AwsEcsContainerDetails> for AwsEcsContainerDetails
source§fn eq(&self, other: &AwsEcsContainerDetails) -> bool
fn eq(&self, other: &AwsEcsContainerDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.