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]

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

impl Debug for DeleteChapCredentialsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteChapCredentialsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteChapCredentialsInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations