Struct aws_sdk_datasync::output::DescribeLocationFsxLustreOutput [−][src]
#[non_exhaustive]pub struct DescribeLocationFsxLustreOutput {
pub location_arn: Option<String>,
pub location_uri: Option<String>,
pub security_group_arns: Option<Vec<String>>,
pub creation_time: Option<DateTime>,
}
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 FSx for Lustre location that was described.
location_uri: Option<String>
The URI of the FSx for Lustre location that was described.
security_group_arns: Option<Vec<String>>
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
creation_time: Option<DateTime>
The time that the FSx for Lustre location was created.
Implementations
The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.
The URI of the FSx for Lustre location that was described.
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
The time that the FSx for Lustre location was created.
Creates a new builder-style object to manufacture DescribeLocationFsxLustreOutput
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 DescribeLocationFsxLustreOutput
impl Sync for DescribeLocationFsxLustreOutput
impl Unpin for DescribeLocationFsxLustreOutput
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