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

Class: Aws::DirectoryService::Types::SchemaExtensionInfo

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

Overview

Information about a schema extension.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the schema extension.

Returns:

  • (String)

    A description of the schema extension.

#directory_idString

The identifier of the directory to which the schema extension is applied.

Returns:

  • (String)

    The identifier of the directory to which the schema extension is applied.

#end_date_timeTime

The date and time that the schema extension was completed.

Returns:

  • (Time)

    The date and time that the schema extension was completed.

#schema_extension_idString

The identifier of the schema extension.

Returns:

  • (String)

    The identifier of the schema extension.

#schema_extension_statusString

The current status of the schema extension.

Possible values:

  • Initializing
  • CreatingSnapshot
  • UpdatingSchema
  • Replicating
  • CancelInProgress
  • RollbackInProgress
  • Cancelled
  • Failed
  • Completed

Returns:

  • (String)

    The current status of the schema extension.

#schema_extension_status_reasonString

The reason for the SchemaExtensionStatus.

Returns:

  • (String)

    The reason for the SchemaExtensionStatus.

#start_date_timeTime

The date and time that the schema extension started being applied to the directory.

Returns:

  • (Time)

    The date and time that the schema extension started being applied to the directory.