DeleteActionTargetRequest
public struct DeleteActionTargetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the custom action target to delete.
Declaration
Swift
public let actionTargetArn: String
-
Undocumented
Declaration
Swift
public init(actionTargetArn: String)
-
Declaration
Swift
public func validate(name: String) throws