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

Class: Aws::CloudDirectory::Types::Directory

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

Overview

Directory structure that includes the directory name and directory ARN.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time when the directory was created.

Returns:

  • (Time)

    The date and time when the directory was created.

#directory_arnString

The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that is associated with the directory.

#nameString

The name of the directory.

Returns:

  • (String)

    The name of the directory.

#stateString

The state of the directory. Can be either Enabled, Disabled, or Deleted.

Possible values:

  • ENABLED
  • DISABLED
  • DELETED

Returns:

  • (String)

    The state of the directory.