RegisterDelegatedAdministratorRequest

public struct RegisterDelegatedAdministratorRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The account ID number of the member account in the organization to register as a delegated administrator.

    Declaration

    Swift

    public let accountId: String
  • The service principal of the AWS service for which you want to make the member account a delegated administrator.

    Declaration

    Swift

    public let servicePrincipal: String
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, servicePrincipal: String)
  • Declaration

    Swift

    public func validate(name: String) throws