Class: Aws::StorageGateway::Types::ListVolumeInitiatorsInput

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

Overview

ListVolumeInitiatorsInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

Returns:

  • (String)


4634
4635
4636
4637
4638
# File 'lib/aws-sdk-storagegateway/types.rb', line 4634

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