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)


78575
78576
78577
78578
78579
78580
78581
78582
78583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78575

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 snapshot entered the Recycle Bin.

Returns:

  • (Time)


78575
78576
78577
78578
78579
78580
78581
78582
78583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78575

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)


78575
78576
78577
78578
78579
78580
78581
78582
78583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78575

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)


78575
78576
78577
78578
78579
78580
78581
78582
78583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78575

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)


78575
78576
78577
78578
78579
78580
78581
78582
78583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 78575

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