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 (amazon_linux_2023).

Returns:

  • (String)


10807
10808
10809
10810
10811
10812
10813
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10807

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_x_x).

Returns:

  • (String)


10807
10808
10809
10810
10811
10812
10813
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10807

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:



10807
10808
10809
10810
10811
10812
10813
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10807

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