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.

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)


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

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)


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

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:



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

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