Class: Aws::StorageGateway::Types::CreateCachediSCSIVolumeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateCachediSCSIVolumeOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
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 that initiators can use to connect to the target.
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the configured volume.
Instance Attribute Details
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1042 class CreateCachediSCSIVolumeOutput < Struct.new( :volume_arn, :target_arn) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the configured volume.
1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1042 class CreateCachediSCSIVolumeOutput < Struct.new( :volume_arn, :target_arn) SENSITIVE = [] include Aws::Structure end |