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)


11678
11679
11680
# File 'sig/types.rbs', line 11678

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


11676
11677
11678
# File 'sig/types.rbs', line 11676

def availability_zone_id
  @availability_zone_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11680
11681
11682
# File 'sig/types.rbs', line 11680

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


11677
11678
11679
# File 'sig/types.rbs', line 11677

def dry_run
  @dry_run
end

#imageTypes::DiskImageDetail

Returns the value of attribute image.



11679
11680
11681
# File 'sig/types.rbs', line 11679

def image
  @image
end

#volumeTypes::VolumeDetail

Returns the value of attribute volume.

Returns:



11681
11682
11683
# File 'sig/types.rbs', line 11681

def volume
  @volume
end