Class: Aws::Lightsail::Types::InstanceSnapshotInfo

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

Overview

Describes an instance snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#from_blueprint_idString

The blueprint ID from which the source instance (e.g., ‘os_debian_8_3`).

Returns:

  • (String)


5400
5401
5402
5403
5404
5405
# File 'lib/aws-sdk-lightsail/types.rb', line 5400

class InstanceSnapshotInfo < Struct.new(
  :from_bundle_id,
  :from_blueprint_id,
  :from_disk_info)
  include Aws::Structure
end

#from_bundle_idString

The bundle ID from which the source instance was created (e.g., ‘micro_1_0`).

Returns:

  • (String)


5400
5401
5402
5403
5404
5405
# File 'lib/aws-sdk-lightsail/types.rb', line 5400

class InstanceSnapshotInfo < Struct.new(
  :from_bundle_id,
  :from_blueprint_id,
  :from_disk_info)
  include Aws::Structure
end

#from_disk_infoArray<Types::DiskInfo>

A list of objects describing the disks that were attached to the source instance.

Returns:



5400
5401
5402
5403
5404
5405
# File 'lib/aws-sdk-lightsail/types.rb', line 5400

class InstanceSnapshotInfo < Struct.new(
  :from_bundle_id,
  :from_blueprint_id,
  :from_disk_info)
  include Aws::Structure
end