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.
964 965 966 |
# File 'sig/types.rbs', line 964 def device @device end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
968 969 970 |
# File 'sig/types.rbs', line 968 def dry_run @dry_run end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
967 968 969 |
# File 'sig/types.rbs', line 967 def ebs_card_index @ebs_card_index end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
965 966 967 |
# File 'sig/types.rbs', line 965 def instance_id @instance_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
966 967 968 |
# File 'sig/types.rbs', line 966 def volume_id @volume_id end |