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_time ⇒ Time

The modification completion or failure time.

Returns:

  • (Time)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#modification_state ⇒ String

The current modification state.

Returns:

  • (String)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#operator ⇒ Types::OperatorResponse

The service provider that manages the resource.



91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#original_iops ⇒ Integer

The original IOPS rate of the volume.

Returns:

  • (Integer)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#original_multi_attach_enabled ⇒ Boolean

The original setting for Amazon EBS Multi-Attach.

Returns:

  • (Boolean)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#original_size ⇒ Integer

The original size of the volume, in GiB.

Returns:

  • (Integer)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#original_throughput ⇒ Integer

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

Returns:

  • (Integer)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#original_volume_type ⇒ String

The original EBS volume type of the volume.

Returns:

  • (String)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#progress ⇒ Integer

The modification progress, from 0 to 100 percent complete.

Returns:

  • (Integer)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#start_time ⇒ Time

The modification start time.

Returns:

  • (Time)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#status_message ⇒ String

A status message about the modification progress or failure.

Returns:

  • (String)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#target_iops ⇒ Integer

The target IOPS rate of the volume.

Returns:

  • (Integer)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#target_multi_attach_enabled ⇒ Boolean

The target setting for Amazon EBS Multi-Attach.

Returns:

  • (Boolean)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#target_size ⇒ Integer

The target size of the volume, in GiB.

Returns:

  • (Integer)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#target_throughput ⇒ Integer

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

Returns:

  • (Integer)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#target_volume_type ⇒ String

The target EBS volume type of the volume.

Returns:

  • (String)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#volume_id ⇒ String

The ID of the volume.

Returns:

  • (String)


91043
91044
91045
91046
91047
91048
91049
91050
91051
91052
91053
91054
91055
91056
91057
91058
91059
91060
91061
91062
91063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91043

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,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end