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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


2664
2665
2666
2667
2668
# File 'lib/aws-sdk-storagegateway/types.rb', line 2664

class DescribeCachediSCSIVolumesInput < Struct.new(
  :volume_arns)
  SENSITIVE = []
  include Aws::Structure
end