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)


61100
61101
61102
61103
61104
61105
61106
61107
61108
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61100

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)


61100
61101
61102
61103
61104
61105
61106
61107
61108
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61100

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)


61100
61101
61102
61103
61104
61105
61106
61107
61108
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61100

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)


61100
61101
61102
61103
61104
61105
61106
61107
61108
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61100

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)


61100
61101
61102
61103
61104
61105
61106
61107
61108
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61100

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