Struct aws_sdk_securityhub::model::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
source · [−]#[non_exhaustive]pub struct AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails { /* private fields */ }
Expand description
Information about the Amazon Elastic File System file system that is used for task storage.
Implementations
sourceimpl AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
The authorization configuration details for the Amazon EFS file system.
sourcepub fn filesystem_id(&self) -> Option<&str>
pub fn filesystem_id(&self) -> Option<&str>
The Amazon EFS file system identifier to use.
sourcepub fn root_directory(&self) -> Option<&str>
pub fn root_directory(&self) -> Option<&str>
The directory within the Amazon EFS file system to mount as the root directory inside the host.
sourcepub fn transit_encryption(&self) -> Option<&str>
pub fn transit_encryption(&self) -> Option<&str>
Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
sourcepub fn transit_encryption_port(&self) -> i32
pub fn transit_encryption_port(&self) -> i32
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
sourceimpl AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
.
Trait Implementations
sourceimpl Clone for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl Clone for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
sourcefn clone(&self) -> AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
fn clone(&self) -> AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
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<AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails> for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl PartialEq<AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails> for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
sourcefn eq(
&self,
other: &AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
) -> bool
fn eq(
&self,
other: &AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(
&self,
other: &AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
) -> bool
fn ne(
&self,
other: &AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
) -> bool
This method tests for !=
.
impl StructuralPartialEq for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
Auto Trait Implementations
impl RefUnwindSafe for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl Send for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl Sync for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl Unpin for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
impl UnwindSafe for AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
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