Class: Aws::StorageGateway::Types::DescribeCachediSCSIVolumesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeCachediSCSIVolumesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_arns ⇒ Array<String>
An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.
Instance Attribute Details
#volume_arns ⇒ Array<String>
An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2766 class DescribeCachediSCSIVolumesInput < Struct.new( :volume_arns) SENSITIVE = [] include Aws::Structure end |