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

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

Overview

Describes an instance snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_blueprint_idString

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

Returns:

  • (String)


10796
10797
10798
10799
10800
10801
10802
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10796

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

#from_bundle_idString

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

Returns:

  • (String)


10796
10797
10798
10799
10800
10801
10802
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10796

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

#from_disk_infoArray<Types::DiskInfo>

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

Returns:



10796
10797
10798
10799
10800
10801
10802
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10796

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