Class: Aws::StorageGateway::Types::AttachVolumeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AttachVolumeOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
AttachVolumeOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume that was attached to the gateway.
Instance Attribute Details
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.
513 514 515 516 517 518 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 513 class AttachVolumeOutput < Struct.new( :volume_arn, :target_arn) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume that was attached to the gateway.
513 514 515 516 517 518 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 513 class AttachVolumeOutput < Struct.new( :volume_arn, :target_arn) SENSITIVE = [] include Aws::Structure end |