Struct aws_sdk_datasync::output::DescribeLocationEfsOutput
source · [−]#[non_exhaustive]pub struct DescribeLocationEfsOutput {
pub location_arn: Option<String>,
pub location_uri: Option<String>,
pub ec2_config: Option<Ec2Config>,
pub creation_time: Option<DateTime>,
}
Expand description
DescribeLocationEfsResponse
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.location_arn: Option<String>
The Amazon Resource Name (ARN) of the EFS location that was described.
location_uri: Option<String>
The URL of the EFS location that was described.
ec2_config: Option<Ec2Config>
The subnet and the security group that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.
creation_time: Option<DateTime>
The time that the EFS location was created.
Implementations
The Amazon Resource Name (ARN) of the EFS location that was described.
The URL of the EFS location that was described.
The subnet and the security group that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.
The time that the EFS location was created.
Creates a new builder-style object to manufacture DescribeLocationEfsOutput
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 RefUnwindSafe for DescribeLocationEfsOutput
impl Send for DescribeLocationEfsOutput
impl Sync for DescribeLocationEfsOutput
impl Unpin for DescribeLocationEfsOutput
impl UnwindSafe for DescribeLocationEfsOutput
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