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

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

#arnString

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

Returns:

  • (String)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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:



10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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.



10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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.

<note markdown=“1”> This is populated only for disk snapshots, and is ‘null` for instance snapshots.

</note>

Returns:

  • (String)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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)


10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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].

[1]: lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags

Returns:



10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
# File 'lib/aws-sdk-lightsail/types.rb', line 10731

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