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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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 EBS User Guide.

Returns:

  • (String)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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)


58239
58240
58241
58242
58243
58244
58245
58246
58247
58248
58249
58250
58251
58252
58253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58239

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