Class: Aws::StorageGateway::Types::DescribeCachediSCSIVolumesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeCachediSCSIVolumesOutput
- 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
-
#cached_iscsi_volumes ⇒ Array<Types::CachediSCSIVolume>
An array of objects where each object contains metadata about one cached volume.
Instance Attribute Details
#cached_iscsi_volumes ⇒ Array<Types::CachediSCSIVolume>
An array of objects where each object contains metadata about one cached volume.
2757 2758 2759 2760 2761 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2757 class DescribeCachediSCSIVolumesOutput < Struct.new( :cached_iscsi_volumes) SENSITIVE = [] include Aws::Structure end |