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

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

Overview

Describes the modification status of an EBS volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The modification completion or failure time.

Returns:

  • (Time)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#modification_stateString

The current modification state.

Returns:

  • (String)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#original_iopsInteger

The original IOPS rate of the volume.

Returns:

  • (Integer)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#original_multi_attach_enabledBoolean

The original setting for Amazon EBS Multi-Attach.

Returns:

  • (Boolean)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#original_sizeInteger

The original size of the volume, in GiB.

Returns:

  • (Integer)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#original_throughputInteger

The original throughput of the volume, in MiB/s.

Returns:

  • (Integer)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#original_volume_typeString

The original EBS volume type of the volume.

Returns:

  • (String)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#progressInteger

The modification progress, from 0 to 100 percent complete.

Returns:

  • (Integer)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The modification start time.

Returns:

  • (Time)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A status message about the modification progress or failure.

Returns:

  • (String)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#target_iopsInteger

The target IOPS rate of the volume.

Returns:

  • (Integer)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#target_multi_attach_enabledBoolean

The target setting for Amazon EBS Multi-Attach.

Returns:

  • (Boolean)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#target_sizeInteger

The target size of the volume, in GiB.

Returns:

  • (Integer)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#target_throughputInteger

The target throughput of the volume, in MiB/s.

Returns:

  • (Integer)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#target_volume_typeString

The target EBS volume type of the volume.

Returns:

  • (String)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume.

Returns:

  • (String)


72891
72892
72893
72894
72895
72896
72897
72898
72899
72900
72901
72902
72903
72904
72905
72906
72907
72908
72909
72910
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72891

class VolumeModification < Struct.new(
  :volume_id,
  :modification_state,
  :status_message,
  :target_size,
  :target_iops,
  :target_volume_type,
  :target_throughput,
  :target_multi_attach_enabled,
  :original_size,
  :original_iops,
  :original_volume_type,
  :original_throughput,
  :original_multi_attach_enabled,
  :progress,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end