You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::ExportSnapshotRecordSourceInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the source of an export snapshot record.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the source instance or disk snapshot.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the source instance or disk snapshot.

#created_atTime

The date when the source instance or disk snapshot was created.

Returns:

  • (Time)

    The date when the source instance or disk snapshot was created.

#disk_snapshot_infoTypes::DiskSnapshotInfo

A list of objects describing a disk snapshot.

Returns:

#from_resource_arnString

The Amazon Resource Name (ARN) of the snapshot\'s source instance or disk.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the snapshot\'s source instance or disk.

#from_resource_nameString

The name of the snapshot\'s source instance or disk.

Returns:

  • (String)

    The name of the snapshot\'s source instance or disk.

#instance_snapshot_infoTypes::InstanceSnapshotInfo

A list of objects describing an instance snapshot.

Returns:

#nameString

The name of the source instance or disk snapshot.

Returns:

  • (String)

    The name of the source instance or disk snapshot.

#resource_typeString

The Lightsail resource type (e.g., InstanceSnapshot or DiskSnapshot).

Possible values:

  • InstanceSnapshot
  • DiskSnapshot

Returns:

  • (String)

    The Lightsail resource type (e.g., InstanceSnapshot or DiskSnapshot).