Class: Aws::StorageGateway::Types::CreateStorediSCSIVolumeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateStorediSCSIVolumeOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the following fields:
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.
-
#volume_size_in_bytes ⇒ Integer
The size of the volume in bytes.
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.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1914 class CreateStorediSCSIVolumeOutput < Struct.new( :volume_arn, :volume_size_in_bytes, :target_arn) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the configured volume.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1914 class CreateStorediSCSIVolumeOutput < Struct.new( :volume_arn, :volume_size_in_bytes, :target_arn) SENSITIVE = [] include Aws::Structure end |
#volume_size_in_bytes ⇒ Integer
The size of the volume in bytes.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1914 class CreateStorediSCSIVolumeOutput < Struct.new( :volume_arn, :volume_size_in_bytes, :target_arn) SENSITIVE = [] include Aws::Structure end |