Class: Aws::Lightsail::Types::InstanceSnapshotInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::InstanceSnapshotInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes an instance snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_blueprint_id ⇒ String
The blueprint ID from which the source instance (‘amazon_linux_2023`).
-
#from_bundle_id ⇒ String
The bundle ID from which the source instance was created (‘micro_x_x`).
-
#from_disk_info ⇒ Array<Types::DiskInfo>
A list of objects describing the disks that were attached to the source instance.
Instance Attribute Details
#from_blueprint_id ⇒ String
The blueprint ID from which the source instance (‘amazon_linux_2023`).
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_id ⇒ String
The bundle ID from which the source instance was created (‘micro_x_x`).
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_info ⇒ Array<Types::DiskInfo>
A list of objects describing the disks that were attached to the source instance.
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 |