Class: Aws::StorageGateway::Types::ListVolumeInitiatorsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListVolumeInitiatorsInput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
ListVolumeInitiatorsInput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume.
Instance Attribute Details
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.
4790 4791 4792 4793 4794 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4790 class ListVolumeInitiatorsInput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |