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

Class: Aws::DirectoryService::Types::Snapshot

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

Overview

Describes a directory snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The directory identifier.

Returns:

  • (String)

    The directory identifier.

#nameString

The descriptive name of the snapshot.

Returns:

  • (String)

    The descriptive name of the snapshot.

#snapshot_idString

The snapshot identifier.

Returns:

  • (String)

    The snapshot identifier.

#start_timeTime

The date and time that the snapshot was taken.

Returns:

  • (Time)

    The date and time that the snapshot was taken.

#statusString

The snapshot status.

Possible values:

  • Creating
  • Completed
  • Failed

Returns:

  • (String)

    The snapshot status.

#typeString

The snapshot type.

Possible values:

  • Auto
  • Manual

Returns:

  • (String)

    The snapshot type.