#[non_exhaustive]pub struct DescribeLocationFsxOntapInput { /* private fields */ }
Implementations§
source§impl DescribeLocationFsxOntapInput
impl DescribeLocationFsxOntapInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLocationFsxOntap, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeLocationFsxOntap, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeLocationFsxOntap
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLocationFsxOntapInput
.
source§impl DescribeLocationFsxOntapInput
impl DescribeLocationFsxOntapInput
sourcepub fn location_arn(&self) -> Option<&str>
pub fn location_arn(&self) -> Option<&str>
Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.
Trait Implementations§
source§impl Clone for DescribeLocationFsxOntapInput
impl Clone for DescribeLocationFsxOntapInput
source§fn clone(&self) -> DescribeLocationFsxOntapInput
fn clone(&self) -> DescribeLocationFsxOntapInput
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 PartialEq<DescribeLocationFsxOntapInput> for DescribeLocationFsxOntapInput
impl PartialEq<DescribeLocationFsxOntapInput> for DescribeLocationFsxOntapInput
source§fn eq(&self, other: &DescribeLocationFsxOntapInput) -> bool
fn eq(&self, other: &DescribeLocationFsxOntapInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.