Struct rusoto_storagegateway::DescribeChapCredentialsInput[][src]

pub struct DescribeChapCredentialsInput {
    pub target_arn: String,
}

A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.

Fields

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 DescribeChapCredentialsInput
[src]

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

impl Debug for DescribeChapCredentialsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeChapCredentialsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeChapCredentialsInput
[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