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

The modification completion or failure time.

Returns:

  • (Time)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The current modification state. The modification state is null for unmodified volumes.

Returns:

  • (String)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The original IOPS rate of the volume.

Returns:

  • (Integer)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The original size of the volume.

Returns:

  • (Integer)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The original EBS volume type of the volume.

Returns:

  • (String)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The modification progress, from 0 to 100 percent complete.

Returns:

  • (Integer)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The modification start time.

Returns:

  • (Time)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

A status message about the modification progress or failure.

Returns:

  • (String)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The target IOPS rate of the volume.

Returns:

  • (Integer)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The target size of the volume, in GiB.

Returns:

  • (Integer)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The target EBS volume type of the volume.

Returns:

  • (String)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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

The ID of the volume.

Returns:

  • (String)


37169
37170
37171
37172
37173
37174
37175
37176
37177
37178
37179
37180
37181
37182
37183
# File 'lib/aws-sdk-ec2/types.rb', line 37169

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