Class: Aws::EC2::Types::RestoreSnapshotFromRecycleBinResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RestoreSnapshotFromRecycleBinResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description for the snapshot.
 - 
  
    
      #encrypted  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the snapshot is encrypted.
 - 
  
    
      #outpost_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the Outpost on which the snapshot is stored.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the EBS snapshot.
 - 
  
    
      #progress  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The progress of the snapshot, as a percentage.
 - 
  
    
      #snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the snapshot.
 - 
  
    
      #sse_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved for future use.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time stamp when the snapshot was initiated.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the snapshot.
 - 
  
    
      #volume_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the volume that was used to create the snapshot.
 - 
  
    
      #volume_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the volume, in GiB.
 
Instance Attribute Details
#description ⇒ String
The description for the snapshot.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#encrypted ⇒ Boolean
Indicates whether the snapshot is encrypted.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#outpost_arn ⇒ String
The ARN of the Outpost on which the snapshot is stored. For more information, see [Amazon EBS local snapshots on Outposts] in the *Amazon EBS User Guide*.
[1]: docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the EBS snapshot.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#progress ⇒ String
The progress of the snapshot, as a percentage.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_id ⇒ String
The ID of the snapshot.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#sse_type ⇒ String
Reserved for future use.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The time stamp when the snapshot was initiated.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the snapshot.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_id ⇒ String
The ID of the volume that was used to create the snapshot.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_size ⇒ Integer
The size of the volume, in GiB.
      62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62736 class RestoreSnapshotFromRecycleBinResult < Struct.new( :snapshot_id, :outpost_arn, :description, :encrypted, :owner_id, :progress, :start_time, :state, :volume_id, :volume_size, :sse_type) SENSITIVE = [] include Aws::Structure end  |