Struct aws_sdk_securityhub::model::AwsEcsTaskDefinitionVolumesDetails [−][src]
#[non_exhaustive]pub struct AwsEcsTaskDefinitionVolumesDetails {
pub docker_volume_configuration: Option<AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails>,
pub efs_volume_configuration: Option<AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails>,
pub host: Option<AwsEcsTaskDefinitionVolumesHostDetails>,
pub name: Option<String>,
}Expand description
A data volume to mount from another container.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.docker_volume_configuration: Option<AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails>Information about a Docker volume.
efs_volume_configuration: Option<AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails>Information about the Amazon Elastic File System file system that is used for task storage.
host: Option<AwsEcsTaskDefinitionVolumesHostDetails>Information about a bind mount host volume.
name: Option<String>The name of the data volume.
Implementations
Information about a Docker volume.
Information about the Amazon Elastic File System file system that is used for task storage.
Information about a bind mount host volume.
Creates a new builder-style object to manufacture AwsEcsTaskDefinitionVolumesDetails
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for AwsEcsTaskDefinitionVolumesDetails
impl Sync for AwsEcsTaskDefinitionVolumesDetails
impl Unpin for AwsEcsTaskDefinitionVolumesDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
