Class: Aws::Types::ImportVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image ⇒ Types::DiskImageDetail
Returns the value of attribute image.
-
#volume ⇒ Types::VolumeDetail
Returns the value of attribute volume.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
11454 11455 11456 |
# File 'sig/types.rbs', line 11454 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
11452 11453 11454 |
# File 'sig/types.rbs', line 11452 def availability_zone_id @availability_zone_id end |
#description ⇒ ::String
Returns the value of attribute description.
11456 11457 11458 |
# File 'sig/types.rbs', line 11456 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
11453 11454 11455 |
# File 'sig/types.rbs', line 11453 def dry_run @dry_run end |
#image ⇒ Types::DiskImageDetail
Returns the value of attribute image.
11455 11456 11457 |
# File 'sig/types.rbs', line 11455 def image @image end |
#volume ⇒ Types::VolumeDetail
Returns the value of attribute volume.
11457 11458 11459 |
# File 'sig/types.rbs', line 11457 def volume @volume end |