ProposalActions
public struct ProposalActions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The actions to perform for an APPROVED proposal to invite an AWS account to create a member and join the network.
Declaration
Swift
public let invitations: [InviteAction]?
-
The actions to perform for an APPROVED proposal to remove a member from the network, which deletes the member and all associated member resources from the network.
Declaration
Swift
public let removals: [RemoveAction]?
-
Undocumented
Declaration
Swift
public init(invitations: [InviteAction]? = nil, removals: [RemoveAction]? = nil)
-
Declaration
Swift
public func validate(name: String) throws