Class: Aws::EC2::Types::SnapshotRecycleBinInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SnapshotRecycleBinInfo
- 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
-
#description ⇒ String
The description for the snapshot.
-
#recycle_bin_enter_time ⇒ Time
The date and time when the snapshot 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.
66427 66428 66429 66430 66431 66432 66433 66434 66435 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66427 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 snapshot entered the Recycle Bin.
66427 66428 66429 66430 66431 66432 66433 66434 66435 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66427 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.
66427 66428 66429 66430 66431 66432 66433 66434 66435 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66427 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.
66427 66428 66429 66430 66431 66432 66433 66434 66435 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66427 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.
66427 66428 66429 66430 66431 66432 66433 66434 66435 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66427 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end |