Class: Aws::StorageGateway::Types::AttachVolumeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AttachVolumeOutput
- Defined in:
- gems/aws-sdk-storagegateway/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.
504 505 506 507 508 509 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 504 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.
504 505 506 507 508 509 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 504 class AttachVolumeOutput < Struct.new( :volume_arn, :target_arn) SENSITIVE = [] include Aws::Structure end |