DescribeOrganizationResponse

public struct DescribeOrganizationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The alias for an organization.

    Declaration

    Swift

    public let alias: String?
  • arn

    The Amazon Resource Name (ARN) of the organization.

    Declaration

    Swift

    public let arn: String?
  • The date at which the organization became usable in the WorkMail context, in UNIX epoch time format.

    Declaration

    Swift

    public let completedDate: TimeStamp?
  • The default mail domain associated with the organization.

    Declaration

    Swift

    public let defaultMailDomain: String?
  • The identifier for the directory associated with an Amazon WorkMail organization.

    Declaration

    Swift

    public let directoryId: String?
  • The type of directory associated with the WorkMail organization.

    Declaration

    Swift

    public let directoryType: String?
  • (Optional) The error message indicating if unexpected behavior was encountered with regards to the organization.

    Declaration

    Swift

    public let errorMessage: String?
  • The identifier of an organization.

    Declaration

    Swift

    public let organizationId: String?
  • The state of an organization.

    Declaration

    Swift

    public let state: String?
  • Undocumented

    Declaration

    Swift

    public init(alias: String? = nil, arn: String? = nil, completedDate: TimeStamp? = nil, defaultMailDomain: String? = nil, directoryId: String? = nil, directoryType: String? = nil, errorMessage: String? = nil, organizationId: String? = nil, state: String? = nil)