Class: Aws::Types::AttachVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device ⇒ ::String
Returns the value of attribute device.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#device ⇒ ::String
Returns the value of attribute device.
878 879 880 |
# File 'sig/types.rbs', line 878 def device @device end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
882 883 884 |
# File 'sig/types.rbs', line 882 def dry_run @dry_run end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
881 882 883 |
# File 'sig/types.rbs', line 881 def ebs_card_index @ebs_card_index end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
879 880 881 |
# File 'sig/types.rbs', line 879 def instance_id @instance_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def volume_id @volume_id end |