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

Class: Aws::Lightsail::Types::GetAutoSnapshotsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#auto_snapshotsArray<Types::AutoSnapshotDetails>

An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

Returns:

  • (Array<Types::AutoSnapshotDetails>)

    An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

#resource_nameString

The name of the source instance or disk for the automatic snapshots.

Returns:

  • (String)

    The name of the source instance or disk for the automatic snapshots.

#resource_typeString

The resource type (e.g., Instance or Disk).

Possible values:

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

Returns:

  • (String)

    The resource type (e.g., Instance or Disk).