DeclineInvitationsRequest
public struct DeclineInvitationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of account IDs of the AWS accounts that sent invitations to the current member account that you want to decline invitations from.
Declaration
Swift
public let accountIds: [String]
-
Undocumented
Declaration
Swift
public init(accountIds: [String])
-
Declaration
Swift
public func validate(name: String) throws