Class: Aws::Types::CreateStorediSCSIVolumeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStorediSCSIVolumeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
Instance Attribute Details
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def target_arn @target_arn end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
355 356 357 |
# File 'sig/types.rbs', line 355 def volume_arn @volume_arn end |
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
356 357 358 |
# File 'sig/types.rbs', line 356 def volume_size_in_bytes @volume_size_in_bytes end |