You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DescribeCachediSCSIVolumesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeCachediSCSIVolumesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  volume_arns: ["VolumeARN"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnsArray<String>

An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

Returns:

  • (Array<String>)

    An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.