Class: Aws::EC2::Types::SnapshotRecycleBinInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SnapshotRecycleBinInfo
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
The description for the snapshot.
-
#recycle_bin_enter_time ⇒ Time
The date and time when the snaphsot entered the Recycle Bin.
-
#recycle_bin_exit_time ⇒ Time
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
-
#snapshot_id ⇒ String
The ID of the snapshot.
-
#volume_id ⇒ String
The ID of the volume from which the snapshot was created.
Instance Attribute Details
#description ⇒ String
The description for the snapshot.
65654 65655 65656 65657 65658 65659 65660 65661 65662 |
# File 'lib/aws-sdk-ec2/types.rb', line 65654 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_time ⇒ Time
The date and time when the snaphsot entered the Recycle Bin.
65654 65655 65656 65657 65658 65659 65660 65661 65662 |
# File 'lib/aws-sdk-ec2/types.rb', line 65654 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_time ⇒ Time
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
65654 65655 65656 65657 65658 65659 65660 65661 65662 |
# File 'lib/aws-sdk-ec2/types.rb', line 65654 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the snapshot.
65654 65655 65656 65657 65658 65659 65660 65661 65662 |
# File 'lib/aws-sdk-ec2/types.rb', line 65654 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume from which the snapshot was created.
65654 65655 65656 65657 65658 65659 65660 65661 65662 |
# File 'lib/aws-sdk-ec2/types.rb', line 65654 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end |