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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>)


3219
3220
3221
3222
3223
# File 'lib/aws-sdk-storagegateway/types.rb', line 3219

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