Class: Aws::EC2::Types::VolumeRecycleBinInfo

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

Overview

Information about a volume that is currently in the Recycle Bin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone for the volume.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The ID of the Availability Zone for the volume.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time stamp when volume creation was initiated.

Returns:

  • (Time)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

The number of I/O operations per second (IOPS) for the volume.

Returns:

  • (Integer)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#operatorTypes::OperatorResponse

The service provider that manages the volume.



83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

The ARN of the Outpost on which the volume is stored. For more information, see Amazon EBS volumes on Outposts in the Amazon EBS User Guide.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#recycle_bin_enter_timeTime

The date and time when the volume entered the Recycle Bin.

Returns:

  • (Time)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#recycle_bin_exit_timeTime

The date and time when the volume is to be permanently deleted from the Recycle Bin.

Returns:

  • (Time)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The size of the volume, in GiB.

Returns:

  • (Integer)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The snapshot from which the volume was created, if applicable.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#source_volume_idString

The ID of the source volume.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the volume.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#throughputInteger

The throughput that the volume supports, in MiB/s.

Returns:

  • (Integer)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

The volume type.

Returns:

  • (String)


83311
83312
83313
83314
83315
83316
83317
83318
83319
83320
83321
83322
83323
83324
83325
83326
83327
83328
83329
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83311

class VolumeRecycleBinInfo < Struct.new(
  :volume_id,
  :volume_type,
  :state,
  :size,
  :iops,
  :throughput,
  :outpost_arn,
  :availability_zone,
  :availability_zone_id,
  :source_volume_id,
  :snapshot_id,
  :operator,
  :create_time,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end