Class: Aws::StorageGateway::Types::DescribeCachediSCSIVolumesOutput

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

Overview

A JSON object containing the following fields:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cached_iscsi_volumesArray<Types::CachediSCSIVolume>

An array of objects where each object contains metadata about one cached volume.

Returns:



2672
2673
2674
2675
2676
# File 'lib/aws-sdk-storagegateway/types.rb', line 2672

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