Class: Aws::Types::AttachVolumeOutput
- Inherits:
-
Object
- Object
- Aws::Types::AttachVolumeOutput
- 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.
113 114 115 |
# File 'sig/types.rbs', line 113 def target_arn @target_arn end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def volume_arn @volume_arn end |