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

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 ListVolumeInitiatorsInput data as a hash:

{
  volume_arn: "VolumeARN", # required
}

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)


4695
4696
4697
4698
4699
# File 'lib/aws-sdk-storagegateway/types.rb', line 4695

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