Class: Aws::Lightsail::Types::InstanceSnapshot

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

#arnString

The Amazon Resource Name (ARN) of the snapshot (arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE).

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the snapshot was created (1479907467.024).

Returns:

  • (Time)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#from_attached_disksArray<Types::Disk>

An array of disk objects containing information about all block storage disks.

Returns:



10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#from_blueprint_idString

The blueprint ID from which you created the snapshot (os_debian_8_3). A blueprint is a virtual private server (or instance) image used to create instances quickly.

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#from_bundle_idString

The bundle ID from which you created the snapshot (micro_1_0).

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#from_instance_arnString

The Amazon Resource Name (ARN) of the instance from which the snapshot was created (arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE).

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#from_instance_nameString

The instance from which the snapshot was created.

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#is_from_auto_snapshotBoolean

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

Returns:

  • (Boolean)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::ResourceLocation

The region name and Availability Zone where you created the snapshot.



10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the snapshot.

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#progressString

The progress of the snapshot.

This is populated only for disk snapshots, and is null for instance snapshots.

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource (usually InstanceSnapshot).

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#size_in_gbInteger

The size in GB of the SSD.

Returns:

  • (Integer)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state the snapshot is in.

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#support_codeString

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Returns:

  • (String)


10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Returns:



10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10757

class InstanceSnapshot < Struct.new(
  :name,
  :arn,
  :support_code,
  :created_at,
  :location,
  :resource_type,
  :tags,
  :state,
  :progress,
  :from_attached_disks,
  :from_instance_name,
  :from_instance_arn,
  :from_blueprint_id,
  :from_bundle_id,
  :is_from_auto_snapshot,
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end