Class: Aws::StorageGateway::Types::DescribeStorediSCSIVolumesInput

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

Overview

A JSON object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs.

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 stored volume. All of the specified stored volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

Returns:

  • (Array<String>)


3231
3232
3233
3234
3235
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3231

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