Class: Aws::Types::CreateCachediSCSIVolumeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCachediSCSIVolumeOutput
- 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.
Instance Attribute Details
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
243 244 245 |
# File 'sig/types.rbs', line 243 def target_arn @target_arn end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def volume_arn @volume_arn end |