Class: Aws::StorageGateway::Types::CreateStorediSCSIVolumeOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#target_arnString

The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
# File 'lib/aws-sdk-storagegateway/types.rb', line 1836

class CreateStorediSCSIVolumeOutput < Struct.new(
  :volume_arn,
  :volume_size_in_bytes,
  :target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#volume_arnString

The Amazon Resource Name (ARN) of the configured volume.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
1842
# File 'lib/aws-sdk-storagegateway/types.rb', line 1836

class CreateStorediSCSIVolumeOutput < Struct.new(
  :volume_arn,
  :volume_size_in_bytes,
  :target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#volume_size_in_bytesInteger

The size of the volume in bytes.

Returns:

  • (Integer)


1836
1837
1838
1839
1840
1841
1842
# File 'lib/aws-sdk-storagegateway/types.rb', line 1836

class CreateStorediSCSIVolumeOutput < Struct.new(
  :volume_arn,
  :volume_size_in_bytes,
  :target_arn)
  SENSITIVE = []
  include Aws::Structure
end