Class: Aws::StorageGateway::Types::ListVolumeInitiatorsOutput

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

Overview

ListVolumeInitiatorsOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initiatorsArray<String>

The host names and port numbers of all iSCSI initiators that are connected to the gateway.

Returns:

  • (Array<String>)


4649
4650
4651
4652
4653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4649

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