Class: Aws::Types::ImportVolumeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


11456
11457
11458
# File 'sig/types.rbs', line 11456

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11453
11454
11455
# File 'sig/types.rbs', line 11453

def dry_run
  @dry_run
end

#imageTypes::DiskImageDetail

Returns the value of attribute image.



11455
11456
11457
# File 'sig/types.rbs', line 11455

def image
  @image
end

#volumeTypes::VolumeDetail

Returns the value of attribute volume.

Returns:



11457
11458
11459
# File 'sig/types.rbs', line 11457

def volume
  @volume
end