Class: Aws::EC2::Types::SnapshotRecycleBinInfo

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the snapshot.

Returns:

  • (String)


61207
61208
61209
61210
61211
61212
61213
61214
61215
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61207

class SnapshotRecycleBinInfo < Struct.new(
  :snapshot_id,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time,
  :description,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#recycle_bin_enter_timeTime

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

Returns:

  • (Time)


61207
61208
61209
61210
61211
61212
61213
61214
61215
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61207

class SnapshotRecycleBinInfo < Struct.new(
  :snapshot_id,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time,
  :description,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#recycle_bin_exit_timeTime

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

Returns:

  • (Time)


61207
61208
61209
61210
61211
61212
61213
61214
61215
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61207

class SnapshotRecycleBinInfo < Struct.new(
  :snapshot_id,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time,
  :description,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


61207
61208
61209
61210
61211
61212
61213
61214
61215
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61207

class SnapshotRecycleBinInfo < Struct.new(
  :snapshot_id,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time,
  :description,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume from which the snapshot was created.

Returns:

  • (String)


61207
61208
61209
61210
61211
61212
61213
61214
61215
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61207

class SnapshotRecycleBinInfo < Struct.new(
  :snapshot_id,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time,
  :description,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end