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