Class: Aws::Types::AttachVolumeInput
- Inherits:
-
Object
- Object
- Aws::Types::AttachVolumeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_id ⇒ ::String
Returns the value of attribute disk_id.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
Instance Attribute Details
#disk_id ⇒ ::String
Returns the value of attribute disk_id.
107 108 109 |
# File 'sig/types.rbs', line 107 def disk_id @disk_id end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def gateway_arn @gateway_arn end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
106 107 108 |
# File 'sig/types.rbs', line 106 def network_interface_id @network_interface_id end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def target_name @target_name end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
105 106 107 |
# File 'sig/types.rbs', line 105 def volume_arn @volume_arn end |