Struct aws_sdk_storagegateway::input::DescribeChapCredentialsInput [−][src]
Expand description
A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.
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.target_arn: Option<String>
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChapCredentials, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChapCredentials, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeChapCredentials
>
Creates a new builder-style object to manufacture DescribeChapCredentialsInput
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
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 DescribeChapCredentialsInput
impl Sync for DescribeChapCredentialsInput
impl Unpin for DescribeChapCredentialsInput
impl UnwindSafe for DescribeChapCredentialsInput
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