Class: Aws::EC2::Types::RestoreSnapshotFromRecycleBinResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the snapshot.

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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

#encryptedBoolean

Indicates whether the snapshot is encrypted.

Returns:

  • (Boolean)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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_arnString

The ARN of the Outpost on which the snapshot is stored. For more information, see [Amazon EBS local snapshots on Outposts] in the *Amazon Elastic Compute Cloud User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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_idString

The ID of the Amazon Web Services account that owns the EBS snapshot.

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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

#progressString

The progress of the snapshot, as a percentage.

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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_idString

The ID of the snapshot.

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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_typeString

Reserved for future use.

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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_timeTime

The time stamp when the snapshot was initiated.

Returns:

  • (Time)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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

#stateString

The state of the snapshot.

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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_idString

The ID of the volume that was used to create the snapshot.

Returns:

  • (String)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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_sizeInteger

The size of the volume, in GiB.

Returns:

  • (Integer)


57351
57352
57353
57354
57355
57356
57357
57358
57359
57360
57361
57362
57363
57364
57365
# File 'lib/aws-sdk-ec2/types.rb', line 57351

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