Class: Aws::EC2::Types::VolumeModification

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the modification status of an EBS volume.

If the volume has never been modified, some element values will be null.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

Modification completion or failure time.

Returns:

  • (Time)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#modification_stateString

Current state of modification. Modification state is null for unmodified volumes.

Returns:

  • (String)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#original_iopsInteger

Original IOPS rate of the volume being modified.

Returns:

  • (Integer)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#original_sizeInteger

Original size of the volume being modified.

Returns:

  • (Integer)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#original_volume_typeString

Original EBS volume type of the volume being modified.

Returns:

  • (String)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#progressInteger

Modification progress from 0 to 100%.

Returns:

  • (Integer)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#start_timeTime

Modification start time

Returns:

  • (Time)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#status_messageString

Generic status message on modification progress or failure.

Returns:

  • (String)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#target_iopsInteger

Target IOPS rate of the volume being modified.

Returns:

  • (Integer)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#target_sizeInteger

Target size of the volume being modified.

Returns:

  • (Integer)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#target_volume_typeString

Target EBS volume type of the volume being modified.

Returns:

  • (String)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end

#volume_idString

ID of the volume being modified.

Returns:

  • (String)


24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
24546
# File 'lib/aws-sdk-ec2/types.rb', line 24532

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :original_size,
  :original_iops,
  :original_volume_type,
  :progress,
  :start_time,
  :end_time)
  include Aws::Structure
end