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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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:



2679
2680
2681
2682
2683
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2679

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