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.
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 |