Class: Aws::StorageGateway::Types::DescribeCachediSCSIVolumesInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Note:

When making an API call, you may pass DescribeCachediSCSIVolumesInput data as a hash:

{
  volume_arns: ["VolumeARN"], # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (Array<String>)


2845
2846
2847
2848
2849
# File 'lib/aws-sdk-storagegateway/types.rb', line 2845

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