You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an instance snapshot.

Returned by:

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)

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

#from_bundle_idString

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

Returns:

  • (String)

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

#from_disk_infoArray<Types::DiskInfo>

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

Returns:

  • (Array<Types::DiskInfo>)

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