UpdateActionTargetRequest

public struct UpdateActionTargetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the custom action target to update.

    Declaration

    Swift

    public let actionTargetArn: String
  • The updated description for the custom action target.

    Declaration

    Swift

    public let description: String?
  • The updated name of the custom action target.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(actionTargetArn: String, description: String? = nil, name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws