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

Class: Aws::Lightsail::Types::ExportSnapshotRecord

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

Overview

Describes an export snapshot record.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the export snapshot record.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the export snapshot record.

#created_atTime

The date when the export snapshot record was created.

Returns:

  • (Time)

    The date when the export snapshot record was created.

#destination_infoTypes::DestinationInfo

A list of objects describing the destination of the export snapshot record.

Returns:

#locationTypes::ResourceLocation

The AWS Region and Availability Zone where the export snapshot record is located.

Returns:

#nameString

The export snapshot record name.

Returns:

  • (String)

    The export snapshot record name.

#resource_typeString

The Lightsail resource type (e.g., ExportSnapshotRecord).

Possible values:

  • ContainerService
  • Instance
  • StaticIp
  • KeyPair
  • InstanceSnapshot
  • Domain
  • PeeredVpc
  • LoadBalancer
  • LoadBalancerTlsCertificate
  • Disk
  • DiskSnapshot
  • RelationalDatabase
  • RelationalDatabaseSnapshot
  • ExportSnapshotRecord
  • CloudFormationStackRecord
  • Alarm
  • ContactMethod
  • Distribution
  • Certificate

Returns:

  • (String)

    The Lightsail resource type (e.g., ExportSnapshotRecord).

#source_infoTypes::ExportSnapshotRecordSourceInfo

A list of objects describing the source of the export snapshot record.

Returns:

#stateString

The state of the export snapshot record.

Possible values:

  • Started
  • Succeeded
  • Failed

Returns:

  • (String)

    The state of the export snapshot record.