Class: Aws::StorageGateway::Types::ListVolumeInitiatorsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListVolumeInitiatorsOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
ListVolumeInitiatorsOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initiators ⇒ Array<String>
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
Instance Attribute Details
#initiators ⇒ Array<String>
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
4805 4806 4807 4808 4809 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4805 class ListVolumeInitiatorsOutput < Struct.new( :initiators) SENSITIVE = [] include Aws::Structure end |