EnabledServicePrincipal

public struct EnabledServicePrincipal : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the service principal was enabled for integration with AWS Organizations.

    Declaration

    Swift

    public let dateEnabled: TimeStamp?
  • The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

    Declaration

    Swift

    public let servicePrincipal: String?
  • Undocumented

    Declaration

    Swift

    public init(dateEnabled: TimeStamp? = nil, servicePrincipal: String? = nil)