Directory

public struct Directory : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time when the directory was created.

    Declaration

    Swift

    public let creationDateTime: TimeStamp?
  • The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns.

    Declaration

    Swift

    public let directoryArn: String?
  • The name of the directory.

    Declaration

    Swift

    public let name: String?
  • The state of the directory. Can be either Enabled, Disabled, or Deleted.

    Declaration

    Swift

    public let state: DirectoryState?
  • Undocumented

    Declaration

    Swift

    public init(creationDateTime: TimeStamp? = nil, directoryArn: String? = nil, name: String? = nil, state: DirectoryState? = nil)