InviteAccountToOrganizationRequest

public struct InviteAccountToOrganizationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Additional information that you want to include in the generated email to the recipient account owner.

    Declaration

    Swift

    public let notes: String?
  • The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements: { “Type”: “ACCOUNT”, “Id”: “< account id number >” } If you use the AWS CLI, you can submit this as a single string, similar to the following example: –target Id=123456789012,Type=ACCOUNT If you specify “Type”: “ACCOUNT”, you must provide the AWS account ID number as the Id. If you specify “Type”: “EMAIL”, you must specify the email address that is associated with the account. –target Id=diego@example.com,Type=EMAIL

    Declaration

    Swift

    public let target: HandshakeParty
  • Undocumented

    Declaration

    Swift

    public init(notes: String? = nil, target: HandshakeParty)
  • Declaration

    Swift

    public func validate(name: String) throws