Struct rusoto_storagegateway::DeleteChapCredentialsInput [] [src]

pub struct DeleteChapCredentialsInput {
    pub initiator_name: String,
    pub target_arn: String,
}

A JSON object containing one or more of the following fields:

Fields

The iSCSI initiator that connects to the target.

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

impl Default for DeleteChapCredentialsInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteChapCredentialsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteChapCredentialsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more