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:



2781
2782
2783
2784
2785
# File 'lib/aws-sdk-storagegateway/types.rb', line 2781

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